#8052D7

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

Shades of Slate Blue #8052D7

Tints of Slate Blue #8052D7

Color information

#8052D7 (or 0x8052D7) is unknown color: approx Slate Blue. HEX triplet: 80, 52 and D7. RGB value is (128,82,215). Sum of RGB (Red+Green+Blue) = 128+82+215=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #8052D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052D7 is #7FAD28. Grayscale: #6E6E6E. Windows color (decimal): -8367401 or 14111360. OLE color: 14111360.

HSL color Cylindrical-coordinate representation of color #8052D7: hue angle of 260.75º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8052D7 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12882215-
CMYK0.400.6200.16
HSL260.75º62.44%58.24%-
HSV(B)260.75º61.86%84.31%-
XYZ24.1915.5366.01-
YUV110.92186.74140.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 215 (84.38% from 255) = 50.59%
R=30.12%
G=19.29%
B=50.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128822150.400.6200.16260.7562.4458.24
Hex8052D7283E0101053e3a
Octal20012232750760204057672
Binary10000000101001011010111101000111110010000100000101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8052D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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