Shades of Light Slate Blue #8477FF
Tints of Light Slate Blue #8477FF
RGB
CMYK
RGB Variations
Color information
#8477FF (or 0x8477FF) is known color: Light Slate Blue. HEX triplet: 84, 77 and FF. RGB value is (132,119,255). Sum of RGB (Red+Green+Blue) = 132+119+255=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8477FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8477FF is #7B8800. Grayscale: #898989. Windows color (decimal): -8095745 or 16742276. OLE color: 16742276.
HSL color Cylindrical-coordinate representation of color #8477FF: hue angle of 245.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8477FF is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 119 | 255 | - |
| CMYK | 0.48 | 0.53 | 0 | 0 |
| HSL | 245.74º | 1% | 0.73% | - |
| HSV(B) | 245.74º | 0.53% | 1% | - |
| XYZ | 34.16 | 25.32 | 97.69 | - |
| YUV | 138.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 255 | 0.48 | 0.53 | 0 | 0 | 245.74 | 1 | 0.73 |
| Hex | 84 | 77 | FF | 30 | 35 | 0 | 0 | F6 | 64 | 49 |
| Octal | 204 | 167 | 377 | 60 | 65 | 0 | 0 | 366 | 144 | 111 |
| Binary | 10000100 | 1110111 | 11111111 | 110000 | 110101 | 0 | 0 | 11110110 | 1100100 | 1001001 |
Color Harmonies of #8477FF
Complementary color
Monochromatic Colors of #8477FF
Black with #8477FF
Text Example
Text Example
White with #8477FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477FF; }
p { color: rgb(132,119,255); }
H1.HeaderClassName
{
color: #8477FF;
}
.AnyTagClassName
{
color: #8477FF;
}
</style>
background-color css
<style>
a { background-color: #8477FF; }
a { background-color: rgb(132,119,255); }
div.DivClassName
{
background-color: #8477FF;
}
.BgClassName
{
background-color: #8477FF;
}
</style>
border-color css
<style>
span { border-color: #8477FF; }
span { border-color: rgb(132,119,255); }
td.TdClassName
{
border-color: #8477FF;
}
.TagClassName
{
border-color: #8477FF;
}
</style>