#8051CA

Color #8051CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #8051CA

Tints of Slate Blue #8051CA

Color information

#8051CA (or 0x8051CA) is unknown color: approx Slate Blue. HEX triplet: 80, 51 and CA. RGB value is (128,81,202). Sum of RGB (Red+Green+Blue) = 128+81+202=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #8051CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CA is #7FAE35. Grayscale: #6C6C6C. Windows color (decimal): -8367670 or 13259136. OLE color: 13259136.

HSL color Cylindrical-coordinate representation of color #8051CA: hue angle of 263.31º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8051CA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12881202-
CMYK0.370.6000.21
HSL263.31º53.3%55.49%-
HSV(B)263.31º59.9%79.22%-
XYZ22.5114.7457.54-
YUV108.85180.57141.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=31.14%
G=19.71%
B=49.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128812020.370.6000.21263.3153.355.49
Hex8051CA253C0151073537
Octal20012131245740254076567
Binary10000000101000111001010100101111100010101100000111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8051CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8051CA; }

 p { color: rgb(128,81,202); }

 H1.HeaderClassName
 {
   color: #8051CA;
 }
 .AnyTagClassName
 {
   color: #8051CA;
 }
</style>
background-color css

<style>
 a { background-color: #8051CA; }

 a { background-color: rgb(128,81,202); }

 div.DivClassName
 {
   background-color: #8051CA;
 }
 .BgClassName
 {
   background-color: #8051CA;
 }
</style>
border-color css

<style>
 span { border-color: #8051CA; }

 span { border-color: rgb(128,81,202); }

 td.TdClassName
 {
   border-color: #8051CA;
 }
 .TagClassName
 {
   border-color: #8051CA;
 }
</style>