Html Css Color HEX #764DFE Medium Slate Blue

📋 copy color: '#764DFE'

red 118 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #764DFE

Tints of Medium Slate Blue #764DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 26.28%
G = 17.15%
B = 56.57%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#764DFE (or 0x764DFE) is known color: Medium Slate Blue. HEX triplet: 76, 4D and FE. RGB value is (118,77,254). Sum of RGB (Red+Green+Blue) = 118+77+254=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #764DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DFE is #89B201. Grayscale: #6C6C6C. Windows color (decimal): -9024002 or 16665974. OLE color: 16665974.

HSL color Cylindrical-coordinate representation of color #764DFE: hue angle of 253.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764DFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 77 254 -
CMYK 0.54 0.70 0 0.00
HSL 253.9º 0.99% 0.65% -
HSV(B) 253.9º 0.7% 1% -
XYZ 28.01 16.32 95.44 -
YUV 109.44 209.58 134.11 -
System Red Green Blue C M Y K H S L
Decimal 118 77 254 0.54 0.70 0 0.00 253.9 0.99 0.65
Hex 76 4D FE 36 46 0 0 FE 63 41
Octal 166 115 376 66 106 0 0 376 143 101
Binary 1110110 1001101 11111110 110110 1000110 0 0 11111110 1100011 1000001

Color Harmonies of #764DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DFE

Black with #764DFE

Text Example


Text Example

White with #764DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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