Shades of Light Slate Blue #8476FA
Tints of Light Slate Blue #8476FA
RGB
CMYK
RGB Variations
Color information
#8476FA (or 0x8476FA) is known color: Light Slate Blue. HEX triplet: 84, 76 and FA. RGB value is (132,118,250). Sum of RGB (Red+Green+Blue) = 132+118+250=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #8476FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476FA is #7B8905. Grayscale: #888888. Windows color (decimal): -8096006 or 16414340. OLE color: 16414340.
HSL color Cylindrical-coordinate representation of color #8476FA: hue angle of 246.36º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8476FA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 118 | 250 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.02 |
| HSL | 246.36º | 0.93% | 0.72% | - |
| HSV(B) | 246.36º | 0.53% | 0.98% | - |
| XYZ | 33.25 | 24.76 | 93.47 | - |
| YUV | 137.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 250 | 0.47 | 0.53 | 0 | 0.02 | 246.36 | 0.93 | 0.72 |
| Hex | 84 | 76 | FA | 2F | 35 | 0 | 2 | F6 | 5D | 48 |
| Octal | 204 | 166 | 372 | 57 | 65 | 0 | 2 | 366 | 135 | 110 |
| Binary | 10000100 | 1110110 | 11111010 | 101111 | 110101 | 0 | 10 | 11110110 | 1011101 | 1001000 |
Color Harmonies of #8476FA
Complementary color
Monochromatic Colors of #8476FA
Black with #8476FA
Text Example
Text Example
White with #8476FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476FA; }
p { color: rgb(132,118,250); }
H1.HeaderClassName
{
color: #8476FA;
}
.AnyTagClassName
{
color: #8476FA;
}
</style>
background-color css
<style>
a { background-color: #8476FA; }
a { background-color: rgb(132,118,250); }
div.DivClassName
{
background-color: #8476FA;
}
.BgClassName
{
background-color: #8476FA;
}
</style>
border-color css
<style>
span { border-color: #8476FA; }
span { border-color: rgb(132,118,250); }
td.TdClassName
{
border-color: #8476FA;
}
.TagClassName
{
border-color: #8476FA;
}
</style>