#755EDE

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

Shades of Medium Slate Blue #755EDE

Tints of Medium Slate Blue #755EDE

Color information

#755EDE (or 0x755EDE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 5E and DE. RGB value is (117,94,222). Sum of RGB (Red+Green+Blue) = 117+94+222=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #755EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EDE is #8AA121. Grayscale: #727272. Windows color (decimal): -9085218 or 14573173. OLE color: 14573173.

HSL color Cylindrical-coordinate representation of color #755EDE: hue angle of 250.78º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755EDE is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11794222-
CMYK0.470.5800.13
HSL250.78º65.98%61.96%-
HSV(B)250.78º57.66%87.06%-
XYZ24.5217.0671.11-
YUV115.47188.12129.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 222 (87.11% from 255) = 51.27%
R=27.02%
G=21.71%
B=51.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117942220.470.5800.13250.7865.9861.96
Hex755EDE2F3A0Dfb423e
Octal165136336577201537310276
Binary111010110111101101111010111111101001101111110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755EDE; }

 p { color: rgb(117,94,222); }

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

<style>
 a { background-color: #755EDE; }

 a { background-color: rgb(117,94,222); }

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

<style>
 span { border-color: #755EDE; }

 span { border-color: rgb(117,94,222); }

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