#7952D9

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

Shades of Slate Blue #7952D9

Tints of Slate Blue #7952D9

Color information

#7952D9 (or 0x7952D9) is unknown color: approx Slate Blue. HEX triplet: 79, 52 and D9. RGB value is (121,82,217). Sum of RGB (Red+Green+Blue) = 121+82+217=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #7952D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952D9 is #86AD26. Grayscale: #6C6C6C. Windows color (decimal): -8826151 or 14242425. OLE color: 14242425.

HSL color Cylindrical-coordinate representation of color #7952D9: hue angle of 257.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7952D9 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12182217-
CMYK0.440.6200.15
HSL257.33º63.98%58.63%-
HSV(B)257.33º62.21%85.1%-
XYZ23.4315.1167.33-
YUV109.05188.92136.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 217 (85.16% from 255) = 51.67%
R=28.81%
G=19.52%
B=51.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121822170.440.6200.15257.3363.9858.63
Hex7952D92C3E0F101403b
Octal171122331547601740110073
Binary1111001101001011011001101100111110011111000000011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7952D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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