#7251FE

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

Shades of Medium Slate Blue #7251FE

Tints of Medium Slate Blue #7251FE

Color information

#7251FE (or 0x7251FE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 51 and FE. RGB value is (114,81,254). Sum of RGB (Red+Green+Blue) = 114+81+254=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #7251FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7251FE is #8DAE01. Grayscale: #6D6D6D. Windows color (decimal): -9285122 or 16666994. OLE color: 16666994.

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

Color convert

RGB11481254-
CMYK0.550.6800.00
HSL251.45º98.86%65.69%-
HSV(B)251.45º68.11%99.61%-
XYZ27.7716.6295.51-
YUV110.59208.93130.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 254 (99.61% from 255) = 56.57%
R=25.39%
G=18.04%
B=56.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal114812540.550.6800.00251.4598.8665.69
Hex7251FE374400fb6342
Octal1621213766710400373143102
Binary11100101010001111111101101111000100001111101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7251FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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