#755FE5

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

Shades of Medium Slate Blue #755FE5

Tints of Medium Slate Blue #755FE5

Color information

#755FE5 (or 0x755FE5) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 5F and E5. RGB value is (117,95,229). Sum of RGB (Red+Green+Blue) = 117+95+229=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #755FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FE5 is #8AA01A. Grayscale: #747474. Windows color (decimal): -9084955 or 15032181. OLE color: 15032181.

HSL color Cylindrical-coordinate representation of color #755FE5: hue angle of 249.85º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755FE5 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11795229-
CMYK0.490.5900.10
HSL249.85º72.04%63.53%-
HSV(B)249.85º58.52%89.8%-
XYZ25.5717.6276.18-
YUV116.85191.29128.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 229 (89.84% from 255) = 51.93%
R=26.53%
G=21.54%
B=51.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal117952290.490.5900.10249.8572.0463.53
Hex755FE5313B0Afa4840
Octal1651373456173012372110100
Binary1110101101111111100101110001111011010101111101010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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