#764DFE

Color #764DFE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #764DFE

Tints of Medium Slate Blue #764DFE

Color information

#764DFE (or 0x764DFE) is unknown color: approx 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

RGB11877254-
CMYK0.540.7000.00
HSL253.9º98.88%64.9%-
HSV(B)253.9º69.69%99.61%-
XYZ28.0116.3295.44-
YUV109.44209.58134.11-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal118772540.540.7000.00253.998.8864.9
Hex764DFE364600fe6341
Octal1661153766610600376143101
Binary11101101001101111111101101101000110001111111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>