#7959D1

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

Shades of Slate Blue #7959D1

Tints of Slate Blue #7959D1

Color information

#7959D1 (or 0x7959D1) is unknown color: approx Slate Blue. HEX triplet: 79, 59 and D1. RGB value is (121,89,209). Sum of RGB (Red+Green+Blue) = 121+89+209=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #7959D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959D1 is #86A62E. Grayscale: #6F6F6F. Windows color (decimal): -8824367 or 13719929. OLE color: 13719929.

HSL color Cylindrical-coordinate representation of color #7959D1: hue angle of 256º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7959D1 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12189209-
CMYK0.420.5700.18
HSL256º56.6%58.43%-
HSV(B)256º57.42%81.96%-
XYZ22.9715.8162.16-
YUV112.25182.6134.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 209 (82.03% from 255) = 49.88%
R=28.88%
G=21.24%
B=49.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121892090.420.5700.1825656.658.43
Hex7959D12A39012100393a
Octal17113132152710224007172
Binary1111001101100111010001101010111001010010100000000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7959D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7959D1; }

 p { color: rgb(121,89,209); }

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

<style>
 a { background-color: #7959D1; }

 a { background-color: rgb(121,89,209); }

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

<style>
 span { border-color: #7959D1; }

 span { border-color: rgb(121,89,209); }

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