#7852D7

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

Shades of Slate Blue #7852D7

Tints of Slate Blue #7852D7

Color information

#7852D7 (or 0x7852D7) is unknown color: approx Slate Blue. HEX triplet: 78, 52 and D7. RGB value is (120,82,215). Sum of RGB (Red+Green+Blue) = 120+82+215=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #7852D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852D7 is #87AD28. Grayscale: #6C6C6C. Windows color (decimal): -8891689 or 14111352. OLE color: 14111352.

HSL color Cylindrical-coordinate representation of color #7852D7: hue angle of 257.14º 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 #7852D7 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12082215-
CMYK0.440.6200.16
HSL257.14º62.44%58.24%-
HSV(B)257.14º61.86%84.31%-
XYZ23.0314.9365.96-
YUV108.52188.09136.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 215 (84.38% from 255) = 51.56%
R=28.78%
G=19.66%
B=51.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal120822150.440.6200.16257.1462.4458.24
Hex7852D72C3E0101013e3a
Octal17012232754760204017672
Binary1111000101001011010111101100111110010000100000001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7852D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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