#8051CB

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

Shades of Slate Blue #8051CB

Tints of Slate Blue #8051CB

Color information

#8051CB (or 0x8051CB) is unknown color: approx Slate Blue. HEX triplet: 80, 51 and CB. RGB value is (128,81,203). Sum of RGB (Red+Green+Blue) = 128+81+203=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #8051CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CB is #7FAE34. Grayscale: #6C6C6C. Windows color (decimal): -8367669 or 13324672. OLE color: 13324672.

HSL color Cylindrical-coordinate representation of color #8051CB: hue angle of 263.11º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8051CB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12881203-
CMYK0.370.6000.20
HSL263.11º53.98%55.69%-
HSV(B)263.11º60.1%79.61%-
XYZ22.6214.7958.16-
YUV108.96181.07141.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=31.07%
G=19.66%
B=49.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128812030.370.6000.20263.1153.9855.69
Hex8051CB253C0141073638
Octal20012131345740244076670
Binary10000000101000111001011100101111100010100100000111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8051CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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