#765EF9

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

Shades of Medium Slate Blue #765EF9

Tints of Medium Slate Blue #765EF9

Color information

#765EF9 (or 0x765EF9) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5E and F9. RGB value is (118,94,249). Sum of RGB (Red+Green+Blue) = 118+94+249=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #765EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EF9 is #89A106. Grayscale: #767676. Windows color (decimal): -9019655 or 16342646. OLE color: 16342646.

HSL color Cylindrical-coordinate representation of color #765EF9: hue angle of 249.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #765EF9 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11894249-
CMYK0.530.6200.02
HSL249.29º92.81%67.25%-
HSV(B)249.29º62.25%97.65%-
XYZ28.5718.791.73-
YUV118.85201.45127.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 249 (97.66% from 255) = 54.01%
R=25.60%
G=20.39%
B=54.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal118942490.530.6200.02249.2992.8167.25
Hex765EF9353E02f95d43
Octal166136371657602371135103
Binary11101101011110111110011101011111100101111100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,94,249); }

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

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

 a { background-color: rgb(118,94,249); }

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

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

 span { border-color: rgb(118,94,249); }

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