#7F80ED

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

Shades of Medium Slate Blue #7F80ED

Tints of Medium Slate Blue #7F80ED

Color information

#7F80ED (or 0x7F80ED) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 80 and ED. RGB value is (127,128,237). Sum of RGB (Red+Green+Blue) = 127+128+237=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F80ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F80ED is #807F12. Grayscale: #8B8B8B. Windows color (decimal): -8421139 or 15564927. OLE color: 15564927.

HSL color Cylindrical-coordinate representation of color #7F80ED: hue angle of 239.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F80ED is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127128237-
CMYK0.460.4600.07
HSL239.45º75.34%71.37%-
HSV(B)239.45º46.41%92.94%-
XYZ31.7626.0683.48-
YUV140.13182.67118.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=25.81%
G=26.02%
B=48.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271282370.460.4600.07239.4575.3471.37
Hex7F80ED2E2E07ef4b47
Octal177200355565607357113107
Binary1111111100000001110110110111010111001111110111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,128,237); }

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

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

 a { background-color: rgb(127,128,237); }

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

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

 span { border-color: rgb(127,128,237); }

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