#8050CB

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

Shades of Slate Blue #8050CB

Tints of Slate Blue #8050CB

Color information

#8050CB (or 0x8050CB) is unknown color: approx Slate Blue. HEX triplet: 80, 50 and CB. RGB value is (128,80,203). Sum of RGB (Red+Green+Blue) = 128+80+203=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #8050CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050CB is #7FAF34. Grayscale: #6B6B6B. Windows color (decimal): -8367925 or 13324416. OLE color: 13324416.

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

Color convert

RGB12880203-
CMYK0.370.6100.20
HSL263.41º54.19%55.49%-
HSV(B)263.41º60.59%79.61%-
XYZ22.5514.6458.14-
YUV108.37181.4142-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=31.14%
G=19.46%
B=49.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128802030.370.6100.20263.4154.1955.49
Hex8050CB253D0141073637
Octal20012031345750244076667
Binary10000000101000011001011100101111101010100100000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8050CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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