Shades of Light Slate Blue #8476FF
Tints of Light Slate Blue #8476FF
RGB
CMYK
RGB Variations
Color information
#8476FF (or 0x8476FF) is known color: Light Slate Blue. HEX triplet: 84, 76 and FF. RGB value is (132,118,255). Sum of RGB (Red+Green+Blue) = 132+118+255=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #8476FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476FF is #7B8900. Grayscale: #898989. Windows color (decimal): -8096001 or 16742020. OLE color: 16742020.
HSL color Cylindrical-coordinate representation of color #8476FF: hue angle of 246.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8476FF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 118 | 255 | - |
| CMYK | 0.48 | 0.54 | 0 | 0 |
| HSL | 246.13º | 1% | 0.73% | - |
| HSV(B) | 246.13º | 0.54% | 1% | - |
| XYZ | 34.04 | 25.08 | 97.65 | - |
| YUV | 137.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 255 | 0.48 | 0.54 | 0 | 0 | 246.13 | 1 | 0.73 |
| Hex | 84 | 76 | FF | 30 | 36 | 0 | 0 | F6 | 64 | 49 |
| Octal | 204 | 166 | 377 | 60 | 66 | 0 | 0 | 366 | 144 | 111 |
| Binary | 10000100 | 1110110 | 11111111 | 110000 | 110110 | 0 | 0 | 11110110 | 1100100 | 1001001 |
Color Harmonies of #8476FF
Complementary color
Monochromatic Colors of #8476FF
Black with #8476FF
Text Example
Text Example
White with #8476FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476FF; }
p { color: rgb(132,118,255); }
H1.HeaderClassName
{
color: #8476FF;
}
.AnyTagClassName
{
color: #8476FF;
}
</style>
background-color css
<style>
a { background-color: #8476FF; }
a { background-color: rgb(132,118,255); }
div.DivClassName
{
background-color: #8476FF;
}
.BgClassName
{
background-color: #8476FF;
}
</style>
border-color css
<style>
span { border-color: #8476FF; }
span { border-color: rgb(132,118,255); }
td.TdClassName
{
border-color: #8476FF;
}
.TagClassName
{
border-color: #8476FF;
}
</style>