Html Css Color HEX #7964CA Slate Blue

📋 copy color: '#7964CA'

red 121 ◦ green 100 ◦ blue 202

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

Shades of Slate Blue #7964CA

Tints of Slate Blue #7964CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 28.61%
G = 23.64%
B = 47.75%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7964CA (or 0x7964CA) is known color: Slate Blue. HEX triplet: 79, 64 and CA. RGB value is (121,100,202). Sum of RGB (Red+Green+Blue) = 121+100+202=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #7964CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964CA is #869B35. Grayscale: #757575. Windows color (decimal): -8821558 or 13263993. OLE color: 13263993.

HSL color Cylindrical-coordinate representation of color #7964CA: hue angle of 252.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7964CA is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 100 202 -
CMYK 0.40 0.50 0 0.21
HSL 252.35º 0.49% 0.59% -
HSV(B) 252.35º 0.5% 0.79% -
XYZ 23.1 17.44 58.03 -
YUV 117.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 121 100 202 0.40 0.50 0 0.21 252.35 0.49 0.59
Hex 79 64 CA 28 32 0 15 FC 31 3B
Octal 171 144 312 50 62 0 25 374 61 73
Binary 1111001 1100100 11001010 101000 110010 0 10101 11111100 110001 111011

Color Harmonies of #7964CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964CA

Black with #7964CA

Text Example


Text Example

White with #7964CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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