#8052CA

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

Shades of Slate Blue #8052CA

Tints of Slate Blue #8052CA

Color information

#8052CA (or 0x8052CA) is unknown color: approx Slate Blue. HEX triplet: 80, 52 and CA. RGB value is (128,82,202). Sum of RGB (Red+Green+Blue) = 128+82+202=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #8052CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CA is #7FAD35. Grayscale: #6D6D6D. Windows color (decimal): -8367414 or 13259392. OLE color: 13259392.

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

Color convert

RGB12882202-
CMYK0.370.5900.21
HSL263º53.1%55.69%-
HSV(B)263º59.41%79.22%-
XYZ22.5814.8957.56-
YUV109.43180.24141.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=31.07%
G=19.90%
B=49.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128822020.370.5900.2126353.155.69
Hex8052CA253B0151073538
Octal20012231245730254076570
Binary10000000101001011001010100101111011010101100000111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8052CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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