#7852C5

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

Shades of Slate Blue #7852C5

Tints of Slate Blue #7852C5

Color information

#7852C5 (or 0x7852C5) is unknown color: approx Slate Blue. HEX triplet: 78, 52 and C5. RGB value is (120,82,197). Sum of RGB (Red+Green+Blue) = 120+82+197=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #7852C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852C5 is #87AD3A. Grayscale: #6A6A6A. Windows color (decimal): -8891707 or 12931704. OLE color: 12931704.

HSL color Cylindrical-coordinate representation of color #7852C5: hue angle of 259.83º 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 #7852C5 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12082197-
CMYK0.390.5800.23
HSL259.83º49.78%54.71%-
HSV(B)259.83º58.38%77.25%-
XYZ20.8414.0654.44-
YUV106.47179.09137.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 197 (77.34% from 255) = 49.37%
R=30.08%
G=20.55%
B=49.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120821970.390.5800.23259.8349.7854.71
Hex7852C5273A0171043237
Octal17012230547720274046267
Binary1111000101001011000101100111111010010111100000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7852C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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