Shades of Light Slate Blue #8477F9
Tints of Light Slate Blue #8477F9
RGB
CMYK
RGB Variations
Color information
#8477F9 (or 0x8477F9) is known color: Light Slate Blue. HEX triplet: 84, 77 and F9. RGB value is (132,119,249). Sum of RGB (Red+Green+Blue) = 132+119+249=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #8477F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8477F9 is #7B8806. Grayscale: #898989. Windows color (decimal): -8095751 or 16349060. OLE color: 16349060.
HSL color Cylindrical-coordinate representation of color #8477F9: hue angle of 246º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8477F9 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 119 | 249 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.02 |
| HSL | 246º | 0.92% | 0.72% | - |
| HSV(B) | 246º | 0.52% | 0.98% | - |
| XYZ | 33.21 | 24.94 | 92.69 | - |
| YUV | 137.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 249 | 0.47 | 0.52 | 0 | 0.02 | 246 | 0.92 | 0.72 |
| Hex | 84 | 77 | F9 | 2F | 34 | 0 | 2 | F6 | 5C | 48 |
| Octal | 204 | 167 | 371 | 57 | 64 | 0 | 2 | 366 | 134 | 110 |
| Binary | 10000100 | 1110111 | 11111001 | 101111 | 110100 | 0 | 10 | 11110110 | 1011100 | 1001000 |
Color Harmonies of #8477F9
Complementary color
Monochromatic Colors of #8477F9
Black with #8477F9
Text Example
Text Example
White with #8477F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477F9; }
p { color: rgb(132,119,249); }
H1.HeaderClassName
{
color: #8477F9;
}
.AnyTagClassName
{
color: #8477F9;
}
</style>
background-color css
<style>
a { background-color: #8477F9; }
a { background-color: rgb(132,119,249); }
div.DivClassName
{
background-color: #8477F9;
}
.BgClassName
{
background-color: #8477F9;
}
</style>
border-color css
<style>
span { border-color: #8477F9; }
span { border-color: rgb(132,119,249); }
td.TdClassName
{
border-color: #8477F9;
}
.TagClassName
{
border-color: #8477F9;
}
</style>