Html Css Color HEX #7964CE Slate Blue

📋 copy color: '#7964CE'

red 121 ◦ green 100 ◦ blue 206

#7964CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7964CE

Tints of Slate Blue #7964CE

RGB

 RED value IS 121 (47.66% from 255) = 28.34%

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 28.34%
G = 23.42%
B = 48.24%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7964CE (or 0x7964CE) is known color: Slate Blue. HEX triplet: 79, 64 and CE. RGB value is (121,100,206). Sum of RGB (Red+Green+Blue) = 121+100+206=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7964CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964CE is #869B31. Grayscale: #757575. Windows color (decimal): -8821554 or 13526137. OLE color: 13526137.

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

Color convert

RGB 121 100 206 -
CMYK 0.41 0.51 0 0.19
HSL 251.89º 0.52% 0.6% -
HSV(B) 251.89º 0.51% 0.81% -
XYZ 23.58 17.64 60.55 -
YUV 118.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 121 100 206 0.41 0.51 0 0.19 251.89 0.52 0.6
Hex 79 64 CE 29 33 0 13 FC 34 3C
Octal 171 144 316 51 63 0 23 374 64 74
Binary 1111001 1100100 11001110 101001 110011 0 10011 11111100 110100 111100

Color Harmonies of #7964CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964CE

Black with #7964CE

Text Example


Text Example

White with #7964CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7964CE;
 }
 .AnyTagClassName
 {
   color: #7964CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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