#765DED

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

Shades of Medium Slate Blue #765DED

Tints of Medium Slate Blue #765DED

Color information

#765DED (or 0x765DED) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5D and ED. RGB value is (118,93,237). Sum of RGB (Red+Green+Blue) = 118+93+237=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #765DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DED is #89A212. Grayscale: #747474. Windows color (decimal): -9019923 or 15555958. OLE color: 15555958.

HSL color Cylindrical-coordinate representation of color #765DED: hue angle of 250.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #765DED is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11893237-
CMYK0.500.6100.07
HSL250.42º80%64.71%-
HSV(B)250.42º60.76%92.94%-
XYZ26.6717.7982.15-
YUV116.89195.78128.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 237 (92.97% from 255) = 52.90%
R=26.34%
G=20.76%
B=52.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal118932370.500.6100.07250.428064.71
Hex765DED323D07fa5041
Octal166135355627507372120101
Binary111011010111011110110111001011110101111111101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,93,237); }

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

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

 a { background-color: rgb(118,93,237); }

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

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

 span { border-color: rgb(118,93,237); }

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