#7F58E1

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

Shades of Medium Slate Blue #7F58E1

Tints of Medium Slate Blue #7F58E1

Color information

#7F58E1 (or 0x7F58E1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 58 and E1. RGB value is (127,88,225). Sum of RGB (Red+Green+Blue) = 127+88+225=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #7F58E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58E1 is #80A71E. Grayscale: #727272. Windows color (decimal): -8431391 or 14768255. OLE color: 14768255.

HSL color Cylindrical-coordinate representation of color #7F58E1: hue angle of 257.08º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F58E1 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12788225-
CMYK0.440.6100.12
HSL257.08º69.54%61.37%-
HSV(B)257.08º60.89%88.24%-
XYZ25.8316.9373.14-
YUV115.28189.92136.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.86%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 225 (88.28% from 255) = 51.14%
R=28.86%
G=20%
B=51.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal127882250.440.6100.12257.0869.5461.37
Hex7F58E12C3D0C101463d
Octal177130341547501440110675
Binary1111111101100011100001101100111101011001000000011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F58E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F58E1; }

 p { color: rgb(127,88,225); }

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

<style>
 a { background-color: #7F58E1; }

 a { background-color: rgb(127,88,225); }

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

<style>
 span { border-color: #7F58E1; }

 span { border-color: rgb(127,88,225); }

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