#764BE8

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

Shades of Medium Slate Blue #764BE8

Tints of Medium Slate Blue #764BE8

Color information

#764BE8 (or 0x764BE8) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 4B and E8. RGB value is (118,75,232). Sum of RGB (Red+Green+Blue) = 118+75+232=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #764BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BE8 is #89B417. Grayscale: #696969. Windows color (decimal): -9024536 or 15223670. OLE color: 15223670.

HSL color Cylindrical-coordinate representation of color #764BE8: hue angle of 256.43º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #764BE8 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11875232-
CMYK0.490.6800.09
HSL256.43º77.34%60.2%-
HSV(B)256.43º67.67%90.98%-
XYZ24.5514.7177.89-
YUV105.76199.25136.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 232 (91.02% from 255) = 54.59%
R=27.76%
G=17.65%
B=54.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal118752320.490.6800.09256.4377.3460.2
Hex764BE83144091004d3c
Octal1661133506110401140011574
Binary11101101001011111010001100011000100010011000000001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,232); }

 H1.HeaderClassName
 {
   color: #764BE8;
 }
 .AnyTagClassName
 {
   color: #764BE8;
 }
</style>
background-color css

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

 a { background-color: rgb(118,75,232); }

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

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

 span { border-color: rgb(118,75,232); }

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