Html Css Color HEX #7764CA Slate Blue

📋 copy color: '#7764CA'

red 119 ◦ green 100 ◦ blue 202

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

Shades of Slate Blue #7764CA

Tints of Slate Blue #7764CA

RGB

 RED value IS 119 (46.88% from 255) = 28.27%

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

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

R = 28.27%
G = 23.75%
B = 47.98%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7764CA (or 0x7764CA) is known color: Slate Blue. HEX triplet: 77, 64 and CA. RGB value is (119,100,202). Sum of RGB (Red+Green+Blue) = 119+100+202=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #7764CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764CA is #889B35. Grayscale: #747474. Windows color (decimal): -8952630 or 13263991. OLE color: 13263991.

HSL color Cylindrical-coordinate representation of color #7764CA: hue angle of 251.18º 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 #7764CA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 100 202 -
CMYK 0.41 0.50 0 0.21
HSL 251.18º 0.49% 0.59% -
HSV(B) 251.18º 0.5% 0.79% -
XYZ 22.83 17.3 58.01 -
YUV 117.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 119 100 202 0.41 0.50 0 0.21 251.18 0.49 0.59
Hex 77 64 CA 29 32 0 15 FB 31 3B
Octal 167 144 312 51 62 0 25 373 61 73
Binary 1110111 1100100 11001010 101001 110010 0 10101 11111011 110001 111011

Color Harmonies of #7764CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7764CA

Black with #7764CA

Text Example


Text Example

White with #7764CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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