Shades of Light Slate Blue #8477FE
Tints of Light Slate Blue #8477FE
RGB
CMYK
RGB Variations
Color information
#8477FE (or 0x8477FE) is known color: Light Slate Blue. HEX triplet: 84, 77 and FE. RGB value is (132,119,254). Sum of RGB (Red+Green+Blue) = 132+119+254=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #8477FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8477FE is #7B8801. Grayscale: #898989. Windows color (decimal): -8095746 or 16676740. OLE color: 16676740.
HSL color Cylindrical-coordinate representation of color #8477FE: hue angle of 245.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8477FE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 119 | 254 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.00 |
| HSL | 245.78º | 0.99% | 0.73% | - |
| HSV(B) | 245.78º | 0.53% | 1% | - |
| XYZ | 34 | 25.25 | 96.85 | - |
| YUV | 138.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 254 | 0.48 | 0.53 | 0 | 0.00 | 245.78 | 0.99 | 0.73 |
| Hex | 84 | 77 | FE | 30 | 35 | 0 | 0 | F6 | 63 | 49 |
| Octal | 204 | 167 | 376 | 60 | 65 | 0 | 0 | 366 | 143 | 111 |
| Binary | 10000100 | 1110111 | 11111110 | 110000 | 110101 | 0 | 0 | 11110110 | 1100011 | 1001001 |
Color Harmonies of #8477FE
Complementary color
Monochromatic Colors of #8477FE
Black with #8477FE
Text Example
Text Example
White with #8477FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477FE; }
p { color: rgb(132,119,254); }
H1.HeaderClassName
{
color: #8477FE;
}
.AnyTagClassName
{
color: #8477FE;
}
</style>
background-color css
<style>
a { background-color: #8477FE; }
a { background-color: rgb(132,119,254); }
div.DivClassName
{
background-color: #8477FE;
}
.BgClassName
{
background-color: #8477FE;
}
</style>
border-color css
<style>
span { border-color: #8477FE; }
span { border-color: rgb(132,119,254); }
td.TdClassName
{
border-color: #8477FE;
}
.TagClassName
{
border-color: #8477FE;
}
</style>