#7952D7

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

Shades of Slate Blue #7952D7

Tints of Slate Blue #7952D7

Color information

#7952D7 (or 0x7952D7) is unknown color: approx Slate Blue. HEX triplet: 79, 52 and D7. RGB value is (121,82,215). Sum of RGB (Red+Green+Blue) = 121+82+215=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #7952D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952D7 is #86AD28. Grayscale: #6C6C6C. Windows color (decimal): -8826153 or 14111353. OLE color: 14111353.

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

Color convert

RGB12182215-
CMYK0.440.6200.16
HSL257.59º62.44%58.24%-
HSV(B)257.59º61.86%84.31%-
XYZ23.1715.0165.97-
YUV108.82187.92136.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 215 (84.38% from 255) = 51.44%
R=28.95%
G=19.62%
B=51.44%

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
Decimal121822150.440.6200.16257.5962.4458.24
Hex7952D72C3E0101023e3a
Octal17112232754760204027672
Binary1111001101001011010111101100111110010000100000010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7952D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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