#7F5FF9

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

Shades of Medium Slate Blue #7F5FF9

Tints of Medium Slate Blue #7F5FF9

Color information

#7F5FF9 (or 0x7F5FF9) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5F and F9. RGB value is (127,95,249). Sum of RGB (Red+Green+Blue) = 127+95+249=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F5FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5FF9 is #80A006. Grayscale: #797979. Windows color (decimal): -8429575 or 16342911. OLE color: 16342911.

HSL color Cylindrical-coordinate representation of color #7F5FF9: hue angle of 252.47º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F5FF9 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12795249-
CMYK0.490.6200.02
HSL252.47º92.77%67.45%-
HSV(B)252.47º61.85%97.65%-
XYZ29.9419.5491.82-
YUV122.12199.6131.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.96%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 249 (97.66% from 255) = 52.87%
R=26.96%
G=20.17%
B=52.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal127952490.490.6200.02252.4792.7767.45
Hex7F5FF9313E02fc5d43
Octal177137371617602374135103
Binary11111111011111111110011100011111100101111110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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