Shades of Light Slate Blue #8471FE
Tints of Light Slate Blue #8471FE
RGB
CMYK
RGB Variations
Color information
#8471FE (or 0x8471FE) is known color: Light Slate Blue. HEX triplet: 84, 71 and FE. RGB value is (132,113,254). Sum of RGB (Red+Green+Blue) = 132+113+254=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #8471FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471FE is #7B8E01. Grayscale: #868686. Windows color (decimal): -8097282 or 16675204. OLE color: 16675204.
HSL color Cylindrical-coordinate representation of color #8471FE: hue angle of 248.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8471FE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 113 | 254 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.00 |
| HSL | 248.09º | 0.99% | 0.72% | - |
| HSV(B) | 248.09º | 0.56% | 1% | - |
| XYZ | 33.31 | 23.87 | 96.62 | - |
| YUV | 134.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 254 | 0.48 | 0.56 | 0 | 0.00 | 248.09 | 0.99 | 0.72 |
| Hex | 84 | 71 | FE | 30 | 38 | 0 | 0 | F8 | 63 | 48 |
| Octal | 204 | 161 | 376 | 60 | 70 | 0 | 0 | 370 | 143 | 110 |
| Binary | 10000100 | 1110001 | 11111110 | 110000 | 111000 | 0 | 0 | 11111000 | 1100011 | 1001000 |
Color Harmonies of #8471FE
Complementary color
Monochromatic Colors of #8471FE
Black with #8471FE
Text Example
Text Example
White with #8471FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471FE; }
p { color: rgb(132,113,254); }
H1.HeaderClassName
{
color: #8471FE;
}
.AnyTagClassName
{
color: #8471FE;
}
</style>
background-color css
<style>
a { background-color: #8471FE; }
a { background-color: rgb(132,113,254); }
div.DivClassName
{
background-color: #8471FE;
}
.BgClassName
{
background-color: #8471FE;
}
</style>
border-color css
<style>
span { border-color: #8471FE; }
span { border-color: rgb(132,113,254); }
td.TdClassName
{
border-color: #8471FE;
}
.TagClassName
{
border-color: #8471FE;
}
</style>