Shades of Light Slate Blue #8471FF
Tints of Light Slate Blue #8471FF
RGB
CMYK
RGB Variations
Color information
#8471FF (or 0x8471FF) is known color: Light Slate Blue. HEX triplet: 84, 71 and FF. RGB value is (132,113,255). Sum of RGB (Red+Green+Blue) = 132+113+255=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #8471FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471FF is #7B8E00. Grayscale: #868686. Windows color (decimal): -8097281 or 16740740. OLE color: 16740740.
HSL color Cylindrical-coordinate representation of color #8471FF: hue angle of 248.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8471FF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 113 | 255 | - |
| CMYK | 0.48 | 0.56 | 0 | 0 |
| HSL | 248.03º | 1% | 0.72% | - |
| HSV(B) | 248.03º | 0.56% | 1% | - |
| XYZ | 33.47 | 23.94 | 97.46 | - |
| YUV | 134.87 | 195.79 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 255 | 0.48 | 0.56 | 0 | 0 | 248.03 | 1 | 0.72 |
| Hex | 84 | 71 | FF | 30 | 38 | 0 | 0 | F8 | 64 | 48 |
| Octal | 204 | 161 | 377 | 60 | 70 | 0 | 0 | 370 | 144 | 110 |
| Binary | 10000100 | 1110001 | 11111111 | 110000 | 111000 | 0 | 0 | 11111000 | 1100100 | 1001000 |
Color Harmonies of #8471FF
Complementary color
Monochromatic Colors of #8471FF
Black with #8471FF
Text Example
Text Example
White with #8471FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471FF; }
p { color: rgb(132,113,255); }
H1.HeaderClassName
{
color: #8471FF;
}
.AnyTagClassName
{
color: #8471FF;
}
</style>
background-color css
<style>
a { background-color: #8471FF; }
a { background-color: rgb(132,113,255); }
div.DivClassName
{
background-color: #8471FF;
}
.BgClassName
{
background-color: #8471FF;
}
</style>
border-color css
<style>
span { border-color: #8471FF; }
span { border-color: rgb(132,113,255); }
td.TdClassName
{
border-color: #8471FF;
}
.TagClassName
{
border-color: #8471FF;
}
</style>