Shades of Light Slate Blue #8473FF
Tints of Light Slate Blue #8473FF
RGB
CMYK
RGB Variations
Color information
#8473FF (or 0x8473FF) is known color: Light Slate Blue. HEX triplet: 84, 73 and FF. RGB value is (132,115,255). Sum of RGB (Red+Green+Blue) = 132+115+255=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #8473FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8473FF is #7B8C00. Grayscale: #878787. Windows color (decimal): -8096769 or 16741252. OLE color: 16741252.
HSL color Cylindrical-coordinate representation of color #8473FF: hue angle of 247.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8473FF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 115 | 255 | - |
| CMYK | 0.48 | 0.55 | 0 | 0 |
| HSL | 247.29º | 1% | 0.73% | - |
| HSV(B) | 247.29º | 0.55% | 1% | - |
| XYZ | 33.7 | 24.39 | 97.54 | - |
| YUV | 136.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 255 | 0.48 | 0.55 | 0 | 0 | 247.29 | 1 | 0.73 |
| Hex | 84 | 73 | FF | 30 | 37 | 0 | 0 | F7 | 64 | 49 |
| Octal | 204 | 163 | 377 | 60 | 67 | 0 | 0 | 367 | 144 | 111 |
| Binary | 10000100 | 1110011 | 11111111 | 110000 | 110111 | 0 | 0 | 11110111 | 1100100 | 1001001 |
Color Harmonies of #8473FF
Complementary color
Monochromatic Colors of #8473FF
Black with #8473FF
Text Example
Text Example
White with #8473FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473FF; }
p { color: rgb(132,115,255); }
H1.HeaderClassName
{
color: #8473FF;
}
.AnyTagClassName
{
color: #8473FF;
}
</style>
background-color css
<style>
a { background-color: #8473FF; }
a { background-color: rgb(132,115,255); }
div.DivClassName
{
background-color: #8473FF;
}
.BgClassName
{
background-color: #8473FF;
}
</style>
border-color css
<style>
span { border-color: #8473FF; }
span { border-color: rgb(132,115,255); }
td.TdClassName
{
border-color: #8473FF;
}
.TagClassName
{
border-color: #8473FF;
}
</style>