Html Css Color HEX #764EDE Slate Blue

📋 copy color: '#764EDE'

red 118 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #764EDE

Tints of Slate Blue #764EDE

RGB

 RED value IS 118 (46.48% from 255) = 28.23%

 GREEN value IS 78 (30.86% from 255) = 18.66%

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 28.23%
G = 18.66%
B = 53.11%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#764EDE (or 0x764EDE) is known color: Slate Blue. HEX triplet: 76, 4E and DE. RGB value is (118,78,222). Sum of RGB (Red+Green+Blue) = 118+78+222=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #764EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EDE is #89B121. Grayscale: #696969. Windows color (decimal): -9023778 or 14569078. OLE color: 14569078.

HSL color Cylindrical-coordinate representation of color #764EDE: hue angle of 256.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764EDE is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 78 222 -
CMYK 0.47 0.65 0 0.13
HSL 256.67º 0.69% 0.59% -
HSV(B) 256.67º 0.65% 0.87% -
XYZ 23.38 14.57 70.69 -
YUV 106.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 118 78 222 0.47 0.65 0 0.13 256.67 0.69 0.59
Hex 76 4E DE 2F 41 0 D 101 45 3B
Octal 166 116 336 57 101 0 15 401 105 73
Binary 1110110 1001110 11011110 101111 1000001 0 1101 100000001 1000101 111011

Color Harmonies of #764EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EDE

Black with #764EDE

Text Example


Text Example

White with #764EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764EDE; }

 p { color: rgb(118,78,222); }

 H1.HeaderClassName
 {
   color: #764EDE;
 }
 .AnyTagClassName
 {
   color: #764EDE;
 }
</style>

background-color css

<style>
 a { background-color: #764EDE; }

 a { background-color: rgb(118,78,222); }

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

border-color css

<style>
 span { border-color: #764EDE; }

 span { border-color: rgb(118,78,222); }

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