#7151FE

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

Shades of Medium Slate Blue #7151FE

Tints of Medium Slate Blue #7151FE

Color information

#7151FE (or 0x7151FE) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 51 and FE. RGB value is (113,81,254). Sum of RGB (Red+Green+Blue) = 113+81+254=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #7151FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151FE is #8EAE01. Grayscale: #6D6D6D. Windows color (decimal): -9350658 or 16666993. OLE color: 16666993.

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

Color convert

RGB11381254-
CMYK0.560.6800.00
HSL251.1º98.86%65.69%-
HSV(B)251.1º68.11%99.61%-
XYZ27.6416.5595.5-
YUV110.29209.1129.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.22%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 254 (99.61% from 255) = 56.70%
R=25.22%
G=18.08%
B=56.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal113812540.560.6800.00251.198.8665.69
Hex7151FE384400fb6342
Octal1611213767010400373143102
Binary11100011010001111111101110001000100001111101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7151FE; }

 p { color: rgb(113,81,254); }

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

<style>
 a { background-color: #7151FE; }

 a { background-color: rgb(113,81,254); }

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

<style>
 span { border-color: #7151FE; }

 span { border-color: rgb(113,81,254); }

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