Html Css Color HEX #764EEF Medium Slate Blue

📋 copy color: '#764EEF'

red 118 ◦ green 78 ◦ blue 239

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

Shades of Medium Slate Blue #764EEF

Tints of Medium Slate Blue #764EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 27.13%
G = 17.93%
B = 54.94%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#764EEF (or 0x764EEF) is known color: Medium Slate Blue. HEX triplet: 76, 4E and EF. RGB value is (118,78,239). Sum of RGB (Red+Green+Blue) = 118+78+239=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #764EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EEF is #89B110. Grayscale: #6B6B6B. Windows color (decimal): -9023761 or 15683190. OLE color: 15683190.

HSL color Cylindrical-coordinate representation of color #764EEF: hue angle of 254.91º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764EEF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 78 239 -
CMYK 0.51 0.67 0 0.06
HSL 254.91º 0.83% 0.62% -
HSV(B) 254.91º 0.67% 0.94% -
XYZ 25.78 15.53 83.3 -
YUV 108.31 201.75 134.91 -
System Red Green Blue C M Y K H S L
Decimal 118 78 239 0.51 0.67 0 0.06 254.91 0.83 0.62
Hex 76 4E EF 33 43 0 6 FF 53 3E
Octal 166 116 357 63 103 0 6 377 123 76
Binary 1110110 1001110 11101111 110011 1000011 0 110 11111111 1010011 111110

Color Harmonies of #764EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EEF

Black with #764EEF

Text Example


Text Example

White with #764EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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