#7f5bfe

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

Shades of Medium Slate Blue #7F5BFE

Tints of Medium Slate Blue #7F5BFE

Color information

#7F5BFE (or 0x7F5BFE) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5B and FE. RGB value is (127,91,254). Sum of RGB (Red+Green+Blue) = 127+91+254=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F5BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5BFE is #80A401. Grayscale: #777777. Windows color (decimal): -8430594 or 16669567. OLE color: 16669567.

HSL color Cylindrical-coordinate representation of color #7F5BFE: hue angle of 253.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F5BFE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12791254-
CMYK0.500.6400.00
HSL253.25º98.79%67.65%-
HSV(B)253.25º64.17%99.61%-
XYZ30.3819.1595.86-
YUV120.35203.43132.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 91 (35.94% from 255) = 19.28%
BLUE value IS 254 (99.61% from 255) = 53.81%
R=26.91%
G=19.28%
B=53.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal127912540.500.6400.00253.2598.7967.65
Hex7F5BFE324000fd6344
Octal1771333766210000375143104
Binary11111111011011111111101100101000000001111110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f5bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,91,254); }

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

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

 a { background-color: rgb(127,91,254); }

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

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

 span { border-color: rgb(127,91,254); }

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