Html Css Color HEX #764ECE Slate Blue

📋 copy color: '#764ECE'

red 118 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #764ECE

Tints of Slate Blue #764ECE

RGB

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

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

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

R = 29.35%
G = 19.4%
B = 51.24%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#764ECE (or 0x764ECE) is known color: Slate Blue. HEX triplet: 76, 4E and CE. RGB value is (118,78,206). Sum of RGB (Red+Green+Blue) = 118+78+206=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #764ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764ECE is #89B131. Grayscale: #686868. Windows color (decimal): -9023794 or 13520502. OLE color: 13520502.

HSL color Cylindrical-coordinate representation of color #764ECE: hue angle of 258.75º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764ECE is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 78 206 -
CMYK 0.43 0.62 0 0.19
HSL 258.75º 0.57% 0.56% -
HSV(B) 258.75º 0.62% 0.81% -
XYZ 21.34 13.76 59.92 -
YUV 104.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 118 78 206 0.43 0.62 0 0.19 258.75 0.57 0.56
Hex 76 4E CE 2B 3E 0 13 103 39 38
Octal 166 116 316 53 76 0 23 403 71 70
Binary 1110110 1001110 11001110 101011 111110 0 10011 100000011 111001 111000

Color Harmonies of #764ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ECE

Black with #764ECE

Text Example


Text Example

White with #764ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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