Html Css Color HEX #764DEF Medium Slate Blue

📋 copy color: '#764DEF'

red 118 ◦ green 77 ◦ blue 239

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

Shades of Medium Slate Blue #764DEF

Tints of Medium Slate Blue #764DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.74%

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

R = 27.19%
G = 17.74%
B = 55.07%

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

#764DEF (or 0x764DEF) is known color: Medium Slate Blue. HEX triplet: 76, 4D and EF. RGB value is (118,77,239). Sum of RGB (Red+Green+Blue) = 118+77+239=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #764DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DEF is #89B210. Grayscale: #6B6B6B. Windows color (decimal): -9024017 or 15682934. OLE color: 15682934.

HSL color Cylindrical-coordinate representation of color #764DEF: hue angle of 255.19º 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 #764DEF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 77 239 -
CMYK 0.51 0.68 0 0.06
HSL 255.19º 0.84% 0.62% -
HSV(B) 255.19º 0.68% 0.94% -
XYZ 25.71 15.39 83.28 -
YUV 107.73 202.08 135.33 -
System Red Green Blue C M Y K H S L
Decimal 118 77 239 0.51 0.68 0 0.06 255.19 0.84 0.62
Hex 76 4D EF 33 44 0 6 FF 54 3E
Octal 166 115 357 63 104 0 6 377 124 76
Binary 1110110 1001101 11101111 110011 1000100 0 110 11111111 1010100 111110

Color Harmonies of #764DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DEF

Black with #764DEF

Text Example


Text Example

White with #764DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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