#765FEC

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

Shades of Medium Slate Blue #765FEC

Tints of Medium Slate Blue #765FEC

Color information

#765FEC (or 0x765FEC) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5F and EC. RGB value is (118,95,236). Sum of RGB (Red+Green+Blue) = 118+95+236=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #765FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FEC is #89A013. Grayscale: #757575. Windows color (decimal): -9019412 or 15490934. OLE color: 15490934.

HSL color Cylindrical-coordinate representation of color #765FEC: hue angle of 249.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765FEC is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11895236-
CMYK0.50.6000.07
HSL249.79º78.77%64.9%-
HSV(B)249.79º59.75%92.55%-
XYZ26.718.0981.44-
YUV117.95194.62128.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 236 (92.58% from 255) = 52.56%
R=26.28%
G=21.16%
B=52.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal118952360.50.6000.07249.7978.7764.9
Hex765FEC323C07fa4f41
Octal166137354627407372117101
Binary111011010111111110110011001011110001111111101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765FEC; }

 p { color: rgb(118,95,236); }

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

<style>
 a { background-color: #765FEC; }

 a { background-color: rgb(118,95,236); }

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

<style>
 span { border-color: #765FEC; }

 span { border-color: rgb(118,95,236); }

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