#7251F6

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

Shades of Medium Slate Blue #7251F6

Tints of Medium Slate Blue #7251F6

Color information

#7251F6 (or 0x7251F6) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 51 and F6. RGB value is (114,81,246). Sum of RGB (Red+Green+Blue) = 114+81+246=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #7251F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7251F6 is #8DAE09. Grayscale: #6D6D6D. Windows color (decimal): -9285130 or 16142706. OLE color: 16142706.

HSL color Cylindrical-coordinate representation of color #7251F6: hue angle of 252º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7251F6 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11481246-
CMYK0.540.6700.04
HSL252º90.16%64.12%-
HSV(B)252º67.07%96.47%-
XYZ26.5216.1288.9-
YUV109.68204.93131.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 246 (96.48% from 255) = 55.78%
R=25.85%
G=18.37%
B=55.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal114812460.540.6700.0425290.1664.12
Hex7251F6364304fc5a40
Octal1621213666610304374132100
Binary1110010101000111110110110110100001101001111110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7251F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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