Html Css Color HEX #764CEF Medium Slate Blue

📋 copy color: '#764CEF'

red 118 ◦ green 76 ◦ blue 239

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

Shades of Medium Slate Blue #764CEF

Tints of Medium Slate Blue #764CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.55%

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

R = 27.25%
G = 17.55%
B = 55.2%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#764CEF (or 0x764CEF) is known color: Medium Slate Blue. HEX triplet: 76, 4C and EF. RGB value is (118,76,239). Sum of RGB (Red+Green+Blue) = 118+76+239=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #764CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CEF is #89B310. Grayscale: #6A6A6A. Windows color (decimal): -9024273 or 15682678. OLE color: 15682678.

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

Color convert

RGB 118 76 239 -
CMYK 0.51 0.68 0 0.06
HSL 255.46º 0.84% 0.62% -
HSV(B) 255.46º 0.68% 0.94% -
XYZ 25.64 15.25 83.25 -
YUV 107.14 202.41 135.75 -
System Red Green Blue C M Y K H S L
Decimal 118 76 239 0.51 0.68 0 0.06 255.46 0.84 0.62
Hex 76 4C EF 33 44 0 6 FF 54 3E
Octal 166 114 357 63 104 0 6 377 124 76
Binary 1110110 1001100 11101111 110011 1000100 0 110 11111111 1010100 111110

Color Harmonies of #764CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CEF

Black with #764CEF

Text Example


Text Example

White with #764CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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