Html Css Color HEX #7764D6 Slate Blue

📋 copy color: '#7764D6'

red 119 ◦ green 100 ◦ blue 214

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

Shades of Slate Blue #7764D6

Tints of Slate Blue #7764D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.42%

R = 27.48%
G = 23.09%
B = 49.42%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7764D6 (or 0x7764D6) is known color: Slate Blue. HEX triplet: 77, 64 and D6. RGB value is (119,100,214). Sum of RGB (Red+Green+Blue) = 119+100+214=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #7764D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764D6 is #889B29. Grayscale: #767676. Windows color (decimal): -8952618 or 14050423. OLE color: 14050423.

HSL color Cylindrical-coordinate representation of color #7764D6: hue angle of 250º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7764D6 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 100 214 -
CMYK 0.44 0.53 0 0.16
HSL 250º 0.58% 0.62% -
HSV(B) 250º 0.53% 0.84% -
XYZ 24.3 17.89 65.79 -
YUV 118.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 119 100 214 0.44 0.53 0 0.16 250 0.58 0.62
Hex 77 64 D6 2C 35 0 10 FA 3A 3E
Octal 167 144 326 54 65 0 20 372 72 76
Binary 1110111 1100100 11010110 101100 110101 0 10000 11111010 111010 111110

Color Harmonies of #7764D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7764D6

Black with #7764D6

Text Example


Text Example

White with #7764D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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