#7F54EB

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

Shades of Medium Slate Blue #7F54EB

Tints of Medium Slate Blue #7F54EB

Color information

#7F54EB (or 0x7F54EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 54 and EB. RGB value is (127,84,235). Sum of RGB (Red+Green+Blue) = 127+84+235=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F54EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F54EB is #80AB14. Grayscale: #717171. Windows color (decimal): -8432405 or 15422591. OLE color: 15422591.

HSL color Cylindrical-coordinate representation of color #7F54EB: hue angle of 257.09º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F54EB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12784235-
CMYK0.460.6400.08
HSL257.09º79.06%62.55%-
HSV(B)257.09º64.26%92.16%-
XYZ26.9216.8580.43-
YUV114.07196.25137.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=28.48%
G=18.83%
B=52.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal127842350.460.6400.08257.0979.0662.55
Hex7F54EB2E40081014f3f
Octal1771243535610001040111777
Binary11111111010100111010111011101000000010001000000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,235); }

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

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

 a { background-color: rgb(127,84,235); }

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

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

 span { border-color: rgb(127,84,235); }

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