#755FFD

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

Shades of Medium Slate Blue #755FFD

Tints of Medium Slate Blue #755FFD

Color information

#755FFD (or 0x755FFD) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 5F and FD. RGB value is (117,95,253). Sum of RGB (Red+Green+Blue) = 117+95+253=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #755FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FFD is #8AA002. Grayscale: #767676. Windows color (decimal): -9084931 or 16605045. OLE color: 16605045.

HSL color Cylindrical-coordinate representation of color #755FFD: hue angle of 248.35º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755FFD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11795253-
CMYK0.540.6200.01
HSL248.35º97.53%68.24%-
HSV(B)248.35º62.45%99.22%-
XYZ29.1619.0695.07-
YUV119.59203.29126.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=25.16%
G=20.43%
B=54.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal117952530.540.6200.01248.3597.5368.24
Hex755FFD363E01f86244
Octal165137375667601370142104
Binary1110101101111111111101110110111110011111100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,95,253); }

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

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

 a { background-color: rgb(117,95,253); }

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

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

 span { border-color: rgb(117,95,253); }

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