#7F5FE9

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

Shades of Medium Slate Blue #7F5FE9

Tints of Medium Slate Blue #7F5FE9

Color information

#7F5FE9 (or 0x7F5FE9) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5F and E9. RGB value is (127,95,233). Sum of RGB (Red+Green+Blue) = 127+95+233=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F5FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5FE9 is #80A016. Grayscale: #777777. Windows color (decimal): -8429591 or 15294335. OLE color: 15294335.

HSL color Cylindrical-coordinate representation of color #7F5FE9: hue angle of 253.91º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F5FE9 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12795233-
CMYK0.450.5900.09
HSL253.91º75.82%64.31%-
HSV(B)253.91º59.23%91.37%-
XYZ27.5518.5879.22-
YUV120.3191.6132.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 233 (91.41% from 255) = 51.21%
R=27.91%
G=20.88%
B=51.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal127952330.450.5900.09253.9175.8264.31
Hex7F5FE92D3B09fe4c40
Octal1771373515573011376114100
Binary1111111101111111101001101101111011010011111111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,95,233); }

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

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

 a { background-color: rgb(127,95,233); }

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

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

 span { border-color: rgb(127,95,233); }

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