Shades of Light Slate Blue #8468FF
Tints of Light Slate Blue #8468FF
RGB
CMYK
RGB Variations
Color information
#8468FF (or 0x8468FF) is known color: Light Slate Blue. HEX triplet: 84, 68 and FF. RGB value is (132,104,255). Sum of RGB (Red+Green+Blue) = 132+104+255=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #8468FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8468FF is #7B9700. Grayscale: #818181. Windows color (decimal): -8099585 or 16738436. OLE color: 16738436.
HSL color Cylindrical-coordinate representation of color #8468FF: hue angle of 251.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8468FF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 104 | 255 | - |
| CMYK | 0.48 | 0.59 | 0 | 0 |
| HSL | 251.13º | 1% | 0.7% | - |
| HSV(B) | 251.13º | 0.59% | 1% | - |
| XYZ | 32.52 | 22.03 | 97.15 | - |
| YUV | 129.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 255 | 0.48 | 0.59 | 0 | 0 | 251.13 | 1 | 0.7 |
| Hex | 84 | 68 | FF | 30 | 3B | 0 | 0 | FB | 64 | 46 |
| Octal | 204 | 150 | 377 | 60 | 73 | 0 | 0 | 373 | 144 | 106 |
| Binary | 10000100 | 1101000 | 11111111 | 110000 | 111011 | 0 | 0 | 11111011 | 1100100 | 1000110 |
Color Harmonies of #8468FF
Complementary color
Monochromatic Colors of #8468FF
Black with #8468FF
Text Example
Text Example
White with #8468FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8468FF; }
p { color: rgb(132,104,255); }
H1.HeaderClassName
{
color: #8468FF;
}
.AnyTagClassName
{
color: #8468FF;
}
</style>
background-color css
<style>
a { background-color: #8468FF; }
a { background-color: rgb(132,104,255); }
div.DivClassName
{
background-color: #8468FF;
}
.BgClassName
{
background-color: #8468FF;
}
</style>
border-color css
<style>
span { border-color: #8468FF; }
span { border-color: rgb(132,104,255); }
td.TdClassName
{
border-color: #8468FF;
}
.TagClassName
{
border-color: #8468FF;
}
</style>