Html Css Color HEX #764EEC Medium Slate Blue

📋 copy color: '#764EEC'

red 118 ◦ green 78 ◦ blue 236

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

Shades of Medium Slate Blue #764EEC

Tints of Medium Slate Blue #764EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 27.31%
G = 18.06%
B = 54.63%

CMYK

 C value IS 0.5

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#764EEC (or 0x764EEC) is known color: Medium Slate Blue. HEX triplet: 76, 4E and EC. RGB value is (118,78,236). Sum of RGB (Red+Green+Blue) = 118+78+236=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #764EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EEC is #89B113. Grayscale: #6B6B6B. Windows color (decimal): -9023764 or 15486582. OLE color: 15486582.

HSL color Cylindrical-coordinate representation of color #764EEC: hue angle of 255.19º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764EEC is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 78 236 -
CMYK 0.5 0.67 0 0.07
HSL 255.19º 0.81% 0.62% -
HSV(B) 255.19º 0.67% 0.93% -
XYZ 25.34 15.36 80.99 -
YUV 107.97 200.25 135.15 -
System Red Green Blue C M Y K H S L
Decimal 118 78 236 0.5 0.67 0 0.07 255.19 0.81 0.62
Hex 76 4E EC 32 43 0 7 FF 51 3E
Octal 166 116 354 62 103 0 7 377 121 76
Binary 1110110 1001110 11101100 110010 1000011 0 111 11111111 1010001 111110

Color Harmonies of #764EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EEC

Black with #764EEC

Text Example


Text Example

White with #764EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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