#7952DB

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

Shades of Slate Blue #7952DB

Tints of Slate Blue #7952DB

Color information

#7952DB (or 0x7952DB) is unknown color: approx Slate Blue. HEX triplet: 79, 52 and DB. RGB value is (121,82,219). Sum of RGB (Red+Green+Blue) = 121+82+219=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7952DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952DB is #86AD24. Grayscale: #6C6C6C. Windows color (decimal): -8826149 or 14373497. OLE color: 14373497.

HSL color Cylindrical-coordinate representation of color #7952DB: hue angle of 257.08º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7952DB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12182219-
CMYK0.450.6300.14
HSL257.08º65.55%59.02%-
HSV(B)257.08º62.56%85.88%-
XYZ23.6915.2168.71-
YUV109.28189.92136.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 219 (85.94% from 255) = 51.90%
R=28.67%
G=19.43%
B=51.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121822190.450.6300.14257.0865.5559.02
Hex7952DB2D3F0E101423b
Octal171122333557701640110273
Binary1111001101001011011011101101111111011101000000011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7952DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7952DB; }

 p { color: rgb(121,82,219); }

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

<style>
 a { background-color: #7952DB; }

 a { background-color: rgb(121,82,219); }

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

<style>
 span { border-color: #7952DB; }

 span { border-color: rgb(121,82,219); }

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