#7961D0

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

Shades of Slate Blue #7961D0

Tints of Slate Blue #7961D0

Color information

#7961D0 (or 0x7961D0) is unknown color: approx Slate Blue. HEX triplet: 79, 61 and D0. RGB value is (121,97,208). Sum of RGB (Red+Green+Blue) = 121+97+208=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #7961D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961D0 is #869E2F. Grayscale: #747474. Windows color (decimal): -8822320 or 13656441. OLE color: 13656441.

HSL color Cylindrical-coordinate representation of color #7961D0: hue angle of 252.97º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7961D0 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12197208-
CMYK0.420.5300.18
HSL252.97º54.15%59.8%-
HSV(B)252.97º53.37%81.57%-
XYZ23.5517.1761.75-
YUV116.83179.45130.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 208 (81.64% from 255) = 48.83%
R=28.40%
G=22.77%
B=48.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121972080.420.5300.18252.9754.1559.8
Hex7961D02A35012fd363c
Octal17114132052650223756674
Binary111100111000011101000010101011010101001011111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7961D0; }

 p { color: rgb(121,97,208); }

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

<style>
 a { background-color: #7961D0; }

 a { background-color: rgb(121,97,208); }

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

<style>
 span { border-color: #7961D0; }

 span { border-color: rgb(121,97,208); }

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