Html Css Color HEX #764EDC Slate Blue

📋 copy color: '#764EDC'

red 118 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #764EDC

Tints of Slate Blue #764EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 28.37%
G = 18.75%
B = 52.88%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#764EDC (or 0x764EDC) is known color: Slate Blue. HEX triplet: 76, 4E and DC. RGB value is (118,78,220). Sum of RGB (Red+Green+Blue) = 118+78+220=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #764EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EDC is #89B123. Grayscale: #696969. Windows color (decimal): -9023780 or 14438006. OLE color: 14438006.

HSL color Cylindrical-coordinate representation of color #764EDC: hue angle of 256.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764EDC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 78 220 -
CMYK 0.46 0.65 0 0.14
HSL 256.9º 0.67% 0.58% -
HSV(B) 256.9º 0.65% 0.86% -
XYZ 23.11 14.47 69.28 -
YUV 106.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 118 78 220 0.46 0.65 0 0.14 256.9 0.67 0.58
Hex 76 4E DC 2E 41 0 E 101 43 3A
Octal 166 116 334 56 101 0 16 401 103 72
Binary 1110110 1001110 11011100 101110 1000001 0 1110 100000001 1000011 111010

Color Harmonies of #764EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EDC

Black with #764EDC

Text Example


Text Example

White with #764EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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