#8054CB

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

Shades of Slate Blue #8054CB

Tints of Slate Blue #8054CB

Color information

#8054CB (or 0x8054CB) is unknown color: approx Slate Blue. HEX triplet: 80, 54 and CB. RGB value is (128,84,203). Sum of RGB (Red+Green+Blue) = 128+84+203=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #8054CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8054CB is #7FAB34. Grayscale: #6E6E6E. Windows color (decimal): -8366901 or 13325440. OLE color: 13325440.

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

Color convert

RGB12884203-
CMYK0.370.5900.20
HSL262.18º53.36%56.27%-
HSV(B)262.18º58.62%79.61%-
XYZ22.8515.2458.24-
YUV110.72180.08140.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 203 (79.69% from 255) = 48.92%
R=30.84%
G=20.24%
B=48.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128842030.370.5900.20262.1853.3656.27
Hex8054CB253B0141063538
Octal20012431345730244066570
Binary10000000101010011001011100101111011010100100000110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8054CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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