#8052CD

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

Shades of Slate Blue #8052CD

Tints of Slate Blue #8052CD

Color information

#8052CD (or 0x8052CD) is unknown color: approx Slate Blue. HEX triplet: 80, 52 and CD. RGB value is (128,82,205). Sum of RGB (Red+Green+Blue) = 128+82+205=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #8052CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052CD is #7FAD32. Grayscale: #6D6D6D. Windows color (decimal): -8367411 or 13456000. OLE color: 13456000.

HSL color Cylindrical-coordinate representation of color #8052CD: hue angle of 262.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8052CD is Cyan = 0.38, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12882205-
CMYK0.380.600.20
HSL262.44º55.16%56.27%-
HSV(B)262.44º60%80.39%-
XYZ22.9415.0359.45-
YUV109.78181.74141-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=30.84%
G=19.76%
B=49.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128822050.380.600.20262.4455.1656.27
Hex8052CD263C0141063738
Octal20012231546740244066770
Binary10000000101001011001101100110111100010100100000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8052CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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