#7051F9

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

Shades of Medium Slate Blue #7051F9

Tints of Medium Slate Blue #7051F9

Color information

#7051F9 (or 0x7051F9) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 51 and F9. RGB value is (112,81,249). Sum of RGB (Red+Green+Blue) = 112+81+249=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #7051F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7051F9 is #8FAE06. Grayscale: #6C6C6C. Windows color (decimal): -9416199 or 16339312. OLE color: 16339312.

HSL color Cylindrical-coordinate representation of color #7051F9: hue angle of 251.07º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7051F9 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11281249-
CMYK0.550.6700.02
HSL251.07º93.33%64.71%-
HSV(B)251.07º67.47%97.65%-
XYZ26.7216.1791.34-
YUV109.42206.77129.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 249 (97.66% from 255) = 56.33%
R=25.34%
G=18.33%
B=56.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112812490.550.6700.02251.0793.3364.71
Hex7051F9374302fb5d41
Octal1601213716710302373135101
Binary111000010100011111100111011110000110101111101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7051F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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