#7051FE

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

Shades of Medium Slate Blue #7051FE

Tints of Medium Slate Blue #7051FE

Color information

#7051FE (or 0x7051FE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 51 and FE. RGB value is (112,81,254). Sum of RGB (Red+Green+Blue) = 112+81+254=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #7051FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7051FE is #8FAE01. Grayscale: #6D6D6D. Windows color (decimal): -9416194 or 16666992. OLE color: 16666992.

HSL color Cylindrical-coordinate representation of color #7051FE: hue angle of 250.75º 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 #7051FE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11281254-
CMYK0.560.6800.00
HSL250.75º98.86%65.69%-
HSV(B)250.75º68.11%99.61%-
XYZ27.5116.4995.5-
YUV109.99209.27129.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 254 (99.61% from 255) = 56.82%
R=25.06%
G=18.12%
B=56.82%

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
Decimal112812540.560.6800.00250.7598.8665.69
Hex7051FE384400fb6342
Octal1601213767010400373143102
Binary11100001010001111111101110001000100001111101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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