#8052C5

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

Shades of Slate Blue #8052C5

Tints of Slate Blue #8052C5

Color information

#8052C5 (or 0x8052C5) is unknown color: approx Slate Blue. HEX triplet: 80, 52 and C5. RGB value is (128,82,197). Sum of RGB (Red+Green+Blue) = 128+82+197=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #8052C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052C5 is #7FAD3A. Grayscale: #6C6C6C. Windows color (decimal): -8367419 or 12931712. OLE color: 12931712.

HSL color Cylindrical-coordinate representation of color #8052C5: hue angle of 264º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8052C5 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12882197-
CMYK0.350.5800.23
HSL264º49.78%54.71%-
HSV(B)264º58.38%77.25%-
XYZ2214.6554.49-
YUV108.86177.74141.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 197 (77.34% from 255) = 48.40%
R=31.45%
G=20.15%
B=48.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128821970.350.5800.2326449.7854.71
Hex8052C5233A0171083237
Octal20012230543720274106267
Binary10000000101001011000101100011111010010111100001000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8052C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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