#8055CA

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

Shades of Slate Blue #8055CA

Tints of Slate Blue #8055CA

Color information

#8055CA (or 0x8055CA) is unknown color: approx Slate Blue. HEX triplet: 80, 55 and CA. RGB value is (128,85,202). Sum of RGB (Red+Green+Blue) = 128+85+202=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #8055CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055CA is #7FAA35. Grayscale: #6E6E6E. Windows color (decimal): -8366646 or 13260160. OLE color: 13260160.

HSL color Cylindrical-coordinate representation of color #8055CA: hue angle of 262.05º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8055CA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12885202-
CMYK0.370.5800.21
HSL262.05º52.47%56.27%-
HSV(B)262.05º57.92%79.22%-
XYZ22.8115.3557.64-
YUV111.2179.25139.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=30.84%
G=20.48%
B=48.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128852020.370.5800.21262.0552.4756.27
Hex8055CA253A0151063438
Octal20012531245720254066470
Binary10000000101010111001010100101111010010101100000110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8055CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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