#8451FB

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

Shades of Medium Slate Blue #8451FB

Tints of Medium Slate Blue #8451FB

Color information

#8451FB (or 0x8451FB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 51 and FB. RGB value is (132,81,251). Sum of RGB (Red+Green+Blue) = 132+81+251=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #8451FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8451FB is #7BAE04. Grayscale: #737373. Windows color (decimal): -8105477 or 16470404. OLE color: 16470404.

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

Color convert

RGB13281251-
CMYK0.470.6800.02
HSL258º95.51%65.1%-
HSV(B)258º67.73%98.43%-
XYZ29.8717.7693.12-
YUV115.63204.4139.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 81 (32.03% from 255) = 17.46%
BLUE value IS 251 (98.44% from 255) = 54.09%
R=28.45%
G=17.46%
B=54.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132812510.470.6800.0225895.5165.1
Hex8451FB2F44021026041
Octal2041213735710402402140101
Binary10000100101000111111011101111100010001010000001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8451FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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