#8054CC

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

Shades of Slate Blue #8054CC

Tints of Slate Blue #8054CC

Color information

#8054CC (or 0x8054CC) is unknown color: approx Slate Blue. HEX triplet: 80, 54 and CC. RGB value is (128,84,204). Sum of RGB (Red+Green+Blue) = 128+84+204=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #8054CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8054CC is #7FAB33. Grayscale: #6E6E6E. Windows color (decimal): -8366900 or 13390976. OLE color: 13390976.

HSL color Cylindrical-coordinate representation of color #8054CC: hue angle of 262º degrees, saturation: 0.54, 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 #8054CC is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12884204-
CMYK0.370.5900.2
HSL262º54.05%56.47%-
HSV(B)262º58.82%80%-
XYZ22.9715.2958.87-
YUV110.84180.58140.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=30.77%
G=20.19%
B=49.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal128842040.370.5900.226254.0556.47
Hex8054CC253B0141063638
Octal20012431445730244066670
Binary10000000101010011001100100101111011010100100000110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8054CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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