Shades of Medium Slate Blue #8452FE
Tints of Medium Slate Blue #8452FE
RGB
CMYK
RGB Variations
Color information
#8452FE (or 0x8452FE) is known color: Medium Slate Blue. HEX triplet: 84, 52 and FE. RGB value is (132,82,254). Sum of RGB (Red+Green+Blue) = 132+82+254=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #8452FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8452FE is #7BAD01. Grayscale: #737373. Windows color (decimal): -8105218 or 16667268. OLE color: 16667268.
HSL color Cylindrical-coordinate representation of color #8452FE: hue angle of 257.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8452FE is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 82 | 254 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.00 |
| HSL | 257.44º | 0.99% | 0.66% | - |
| HSV(B) | 257.44º | 0.68% | 1% | - |
| XYZ | 30.42 | 18.1 | 95.66 | - |
| YUV | 116.56 | 205.57 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 254 | 0.48 | 0.68 | 0 | 0.00 | 257.44 | 0.99 | 0.66 |
| Hex | 84 | 52 | FE | 30 | 44 | 0 | 0 | 101 | 63 | 42 |
| Octal | 204 | 122 | 376 | 60 | 104 | 0 | 0 | 401 | 143 | 102 |
| Binary | 10000100 | 1010010 | 11111110 | 110000 | 1000100 | 0 | 0 | 100000001 | 1100011 | 1000010 |
Color Harmonies of #8452FE
Complementary color
Monochromatic Colors of #8452FE
Black with #8452FE
Text Example
Text Example
White with #8452FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452FE; }
p { color: rgb(132,82,254); }
H1.HeaderClassName
{
color: #8452FE;
}
.AnyTagClassName
{
color: #8452FE;
}
</style>
background-color css
<style>
a { background-color: #8452FE; }
a { background-color: rgb(132,82,254); }
div.DivClassName
{
background-color: #8452FE;
}
.BgClassName
{
background-color: #8452FE;
}
</style>
border-color css
<style>
span { border-color: #8452FE; }
span { border-color: rgb(132,82,254); }
td.TdClassName
{
border-color: #8452FE;
}
.TagClassName
{
border-color: #8452FE;
}
</style>