#7451FB

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

Shades of Medium Slate Blue #7451FB

Tints of Medium Slate Blue #7451FB

Color information

#7451FB (or 0x7451FB) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 51 and FB. RGB value is (116,81,251). Sum of RGB (Red+Green+Blue) = 116+81+251=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #7451FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7451FB is #8BAE04. Grayscale: #6E6E6E. Windows color (decimal): -9154053 or 16470388. OLE color: 16470388.

HSL color Cylindrical-coordinate representation of color #7451FB: hue angle of 252.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7451FB is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11681251-
CMYK0.540.6800.02
HSL252.35º95.51%65.1%-
HSV(B)252.35º67.73%98.43%-
XYZ27.5616.5693.01-
YUV110.84207.1131.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 251 (98.44% from 255) = 56.03%
R=25.89%
G=18.08%
B=56.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal116812510.540.6800.02252.3595.5165.1
Hex7451FB364402fc6041
Octal1641213736610402374140101
Binary111010010100011111101111011010001000101111110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7451FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7451FB; }

 p { color: rgb(116,81,251); }

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

<style>
 a { background-color: #7451FB; }

 a { background-color: rgb(116,81,251); }

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

<style>
 span { border-color: #7451FB; }

 span { border-color: rgb(116,81,251); }

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