#7852DD

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

Shades of Slate Blue #7852DD

Tints of Slate Blue #7852DD

Color information

#7852DD (or 0x7852DD) is unknown color: approx Slate Blue. HEX triplet: 78, 52 and DD. RGB value is (120,82,221). Sum of RGB (Red+Green+Blue) = 120+82+221=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7852DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852DD is #87AD22. Grayscale: #6C6C6C. Windows color (decimal): -8891683 or 14504568. OLE color: 14504568.

HSL color Cylindrical-coordinate representation of color #7852DD: hue angle of 256.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7852DD is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12082221-
CMYK0.460.6300.13
HSL256.4º67.15%59.41%-
HSV(B)256.4º62.9%86.67%-
XYZ23.8115.2570.09-
YUV109.21191.09135.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=28.37%
G=19.39%
B=52.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120822210.460.6300.13256.467.1559.41
Hex7852DD2E3F0D100433b
Octal170122335567701540010373
Binary1111000101001011011101101110111111011011000000001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7852DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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