Shades of Light Slate Blue #8492FF
Tints of Light Slate Blue #8492FF
RGB
CMYK
RGB Variations
Color information
#8492FF (or 0x8492FF) is known color: Light Slate Blue. HEX triplet: 84, 92 and FF. RGB value is (132,146,255). Sum of RGB (Red+Green+Blue) = 132+146+255=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8492FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492FF is #7B6D00. Grayscale: #999999. Windows color (decimal): -8088833 or 16749188. OLE color: 16749188.
HSL color Cylindrical-coordinate representation of color #8492FF: hue angle of 233.17º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8492FF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 146 | 255 | - |
| CMYK | 0.48 | 0.43 | 0 | 0 |
| HSL | 233.17º | 1% | 0.76% | - |
| HSV(B) | 233.17º | 0.48% | 1% | - |
| XYZ | 37.84 | 32.68 | 98.92 | - |
| YUV | 154.24 | 184.86 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 255 | 0.48 | 0.43 | 0 | 0 | 233.17 | 1 | 0.76 |
| Hex | 84 | 92 | FF | 30 | 2B | 0 | 0 | E9 | 64 | 4C |
| Octal | 204 | 222 | 377 | 60 | 53 | 0 | 0 | 351 | 144 | 114 |
| Binary | 10000100 | 10010010 | 11111111 | 110000 | 101011 | 0 | 0 | 11101001 | 1100100 | 1001100 |
Color Harmonies of #8492FF
Complementary color
Monochromatic Colors of #8492FF
Black with #8492FF
Text Example
Text Example
White with #8492FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492FF; }
p { color: rgb(132,146,255); }
H1.HeaderClassName
{
color: #8492FF;
}
.AnyTagClassName
{
color: #8492FF;
}
</style>
background-color css
<style>
a { background-color: #8492FF; }
a { background-color: rgb(132,146,255); }
div.DivClassName
{
background-color: #8492FF;
}
.BgClassName
{
background-color: #8492FF;
}
</style>
border-color css
<style>
span { border-color: #8492FF; }
span { border-color: rgb(132,146,255); }
td.TdClassName
{
border-color: #8492FF;
}
.TagClassName
{
border-color: #8492FF;
}
</style>