Shades of Light Slate Blue #8485FF
Tints of Light Slate Blue #8485FF
RGB
CMYK
RGB Variations
Color information
#8485FF (or 0x8485FF) is known color: Light Slate Blue. HEX triplet: 84, 85 and FF. RGB value is (132,133,255). Sum of RGB (Red+Green+Blue) = 132+133+255=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8485FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8485FF is #7B7A00. Grayscale: #929292. Windows color (decimal): -8092161 or 16745860. OLE color: 16745860.
HSL color Cylindrical-coordinate representation of color #8485FF: hue angle of 239.51º 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 #8485FF is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 133 | 255 | - |
| CMYK | 0.48 | 0.48 | 0 | 0 |
| HSL | 239.51º | 1% | 0.76% | - |
| HSV(B) | 239.51º | 0.48% | 1% | - |
| XYZ | 35.95 | 28.9 | 98.29 | - |
| YUV | 146.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 255 | 0.48 | 0.48 | 0 | 0 | 239.51 | 1 | 0.76 |
| Hex | 84 | 85 | FF | 30 | 30 | 0 | 0 | F0 | 64 | 4C |
| Octal | 204 | 205 | 377 | 60 | 60 | 0 | 0 | 360 | 144 | 114 |
| Binary | 10000100 | 10000101 | 11111111 | 110000 | 110000 | 0 | 0 | 11110000 | 1100100 | 1001100 |
Color Harmonies of #8485FF
Complementary color
Monochromatic Colors of #8485FF
Black with #8485FF
Text Example
Text Example
White with #8485FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8485FF; }
p { color: rgb(132,133,255); }
H1.HeaderClassName
{
color: #8485FF;
}
.AnyTagClassName
{
color: #8485FF;
}
</style>
background-color css
<style>
a { background-color: #8485FF; }
a { background-color: rgb(132,133,255); }
div.DivClassName
{
background-color: #8485FF;
}
.BgClassName
{
background-color: #8485FF;
}
</style>
border-color css
<style>
span { border-color: #8485FF; }
span { border-color: rgb(132,133,255); }
td.TdClassName
{
border-color: #8485FF;
}
.TagClassName
{
border-color: #8485FF;
}
</style>