Shades of Medium Slate Blue #8451FF
Tints of Medium Slate Blue #8451FF
RGB
CMYK
RGB Variations
Color information
#8451FF (or 0x8451FF) is known color: Medium Slate Blue. HEX triplet: 84, 51 and FF. RGB value is (132,81,255). Sum of RGB (Red+Green+Blue) = 132+81+255=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8451FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8451FF is #7BAE00. Grayscale: #737373. Windows color (decimal): -8105473 or 16732548. OLE color: 16732548.
HSL color Cylindrical-coordinate representation of color #8451FF: hue angle of 257.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8451FF is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 81 | 255 | - |
| CMYK | 0.48 | 0.68 | 0 | 0 |
| HSL | 257.59º | 1% | 0.66% | - |
| HSV(B) | 257.59º | 0.68% | 1% | - |
| XYZ | 30.51 | 18.01 | 96.48 | - |
| YUV | 116.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 255 | 0.48 | 0.68 | 0 | 0 | 257.59 | 1 | 0.66 |
| Hex | 84 | 51 | FF | 30 | 44 | 0 | 0 | 102 | 64 | 42 |
| Octal | 204 | 121 | 377 | 60 | 104 | 0 | 0 | 402 | 144 | 102 |
| Binary | 10000100 | 1010001 | 11111111 | 110000 | 1000100 | 0 | 0 | 100000010 | 1100100 | 1000010 |
Color Harmonies of #8451FF
Complementary color
Monochromatic Colors of #8451FF
Black with #8451FF
Text Example
Text Example
White with #8451FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451FF; }
p { color: rgb(132,81,255); }
H1.HeaderClassName
{
color: #8451FF;
}
.AnyTagClassName
{
color: #8451FF;
}
</style>
background-color css
<style>
a { background-color: #8451FF; }
a { background-color: rgb(132,81,255); }
div.DivClassName
{
background-color: #8451FF;
}
.BgClassName
{
background-color: #8451FF;
}
</style>
border-color css
<style>
span { border-color: #8451FF; }
span { border-color: rgb(132,81,255); }
td.TdClassName
{
border-color: #8451FF;
}
.TagClassName
{
border-color: #8451FF;
}
</style>