#7961CE

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

Shades of Slate Blue #7961CE

Tints of Slate Blue #7961CE

Color information

#7961CE (or 0x7961CE) is unknown color: approx Slate Blue. HEX triplet: 79, 61 and CE. RGB value is (121,97,206). Sum of RGB (Red+Green+Blue) = 121+97+206=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7961CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961CE is #869E31. Grayscale: #747474. Windows color (decimal): -8822322 or 13525369. OLE color: 13525369.

HSL color Cylindrical-coordinate representation of color #7961CE: hue angle of 253.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7961CE is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12197206-
CMYK0.410.5300.19
HSL253.21º52.66%59.41%-
HSV(B)253.21º52.91%80.78%-
XYZ23.317.0760.46-
YUV116.6178.45131.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=28.54%
G=22.88%
B=48.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121972060.410.5300.19253.2152.6659.41
Hex7961CE2935013fd353b
Octal17114131651650233756573
Binary111100111000011100111010100111010101001111111101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7961CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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