#7964cf

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

Shades of Slate Blue #7964CF

Tints of Slate Blue #7964CF

Color information

#7964CF (or 0x7964CF) is unknown color: approx Slate Blue. HEX triplet: 79, 64 and CF. RGB value is (121,100,207). Sum of RGB (Red+Green+Blue) = 121+100+207=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #7964CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964CF is #869B30. Grayscale: #767676. Windows color (decimal): -8821553 or 13591673. OLE color: 13591673.

HSL color Cylindrical-coordinate representation of color #7964CF: hue angle of 251.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7964CF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121100207-
CMYK0.420.5200.19
HSL251.78º52.71%60.2%-
HSV(B)251.78º51.69%81.18%-
XYZ23.717.6861.2-
YUV118.48177.96129.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.27%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 207 (81.25% from 255) = 48.36%
R=28.27%
G=23.36%
B=48.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211002070.420.5200.19251.7852.7160.2
Hex7964CF2A34013fc353c
Octal17114431752640233746574
Binary111100111001001100111110101011010001001111111100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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