Shades of Light Slate Blue #8474FE
Tints of Light Slate Blue #8474FE
RGB
CMYK
RGB Variations
Color information
#8474FE (or 0x8474FE) is known color: Light Slate Blue. HEX triplet: 84, 74 and FE. RGB value is (132,116,254). Sum of RGB (Red+Green+Blue) = 132+116+254=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8474FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474FE is #7B8B01. Grayscale: #878787. Windows color (decimal): -8096514 or 16675972. OLE color: 16675972.
HSL color Cylindrical-coordinate representation of color #8474FE: hue angle of 246.96º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8474FE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 116 | 254 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.00 |
| HSL | 246.96º | 0.99% | 0.73% | - |
| HSV(B) | 246.96º | 0.54% | 1% | - |
| XYZ | 33.65 | 24.55 | 96.73 | - |
| YUV | 136.52 | 194.3 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 254 | 0.48 | 0.54 | 0 | 0.00 | 246.96 | 0.99 | 0.73 |
| Hex | 84 | 74 | FE | 30 | 36 | 0 | 0 | F7 | 63 | 49 |
| Octal | 204 | 164 | 376 | 60 | 66 | 0 | 0 | 367 | 143 | 111 |
| Binary | 10000100 | 1110100 | 11111110 | 110000 | 110110 | 0 | 0 | 11110111 | 1100011 | 1001001 |
Color Harmonies of #8474FE
Complementary color
Monochromatic Colors of #8474FE
Black with #8474FE
Text Example
Text Example
White with #8474FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474FE; }
p { color: rgb(132,116,254); }
H1.HeaderClassName
{
color: #8474FE;
}
.AnyTagClassName
{
color: #8474FE;
}
</style>
background-color css
<style>
a { background-color: #8474FE; }
a { background-color: rgb(132,116,254); }
div.DivClassName
{
background-color: #8474FE;
}
.BgClassName
{
background-color: #8474FE;
}
</style>
border-color css
<style>
span { border-color: #8474FE; }
span { border-color: rgb(132,116,254); }
td.TdClassName
{
border-color: #8474FE;
}
.TagClassName
{
border-color: #8474FE;
}
</style>