#7964CC

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

Shades of Slate Blue #7964CC

Tints of Slate Blue #7964CC

Color information

#7964CC (or 0x7964CC) is unknown color: approx Slate Blue. HEX triplet: 79, 64 and CC. RGB value is (121,100,204). Sum of RGB (Red+Green+Blue) = 121+100+204=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #7964CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964CC is #869B33. Grayscale: #757575. Windows color (decimal): -8821556 or 13395065. OLE color: 13395065.

HSL color Cylindrical-coordinate representation of color #7964CC: hue angle of 252.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7964CC is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121100204-
CMYK0.410.5100.2
HSL252.12º50.49%59.61%-
HSV(B)252.12º50.98%80%-
XYZ23.3417.5459.28-
YUV118.14176.46130.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.47%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 204 (80.08% from 255) = 48%
R=28.47%
G=23.53%
B=48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211002040.410.5100.2252.1250.4959.61
Hex7964CC2933014fc323c
Octal17114431451630243746274
Binary111100111001001100110010100111001101010011111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7964CC; }

 p { color: rgb(121,100,204); }

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

<style>
 a { background-color: #7964CC; }

 a { background-color: rgb(121,100,204); }

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

<style>
 span { border-color: #7964CC; }

 span { border-color: rgb(121,100,204); }

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