#7551FB

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

Shades of Medium Slate Blue #7551FB

Tints of Medium Slate Blue #7551FB

Color information

#7551FB (or 0x7551FB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 51 and FB. RGB value is (117,81,251). Sum of RGB (Red+Green+Blue) = 117+81+251=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #7551FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7551FB is #8AAE04. Grayscale: #6E6E6E. Windows color (decimal): -9088517 or 16470389. OLE color: 16470389.

HSL color Cylindrical-coordinate representation of color #7551FB: hue angle of 252.71º 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 #7551FB is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11781251-
CMYK0.530.6800.02
HSL252.71º95.51%65.1%-
HSV(B)252.71º67.73%98.43%-
XYZ27.6916.6393.02-
YUV111.14206.93132.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 251 (98.44% from 255) = 55.90%
R=26.06%
G=18.04%
B=55.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117812510.530.6800.02252.7195.5165.1
Hex7551FB354402fd6041
Octal1651213736510402375140101
Binary111010110100011111101111010110001000101111110111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7551FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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