Shades of Light Slate Blue #8164FF
Tints of Light Slate Blue #8164FF
RGB
CMYK
RGB Variations
Color information
#8164FF (or 0x8164FF) is known color: Light Slate Blue. HEX triplet: 81, 64 and FF. RGB value is (129,100,255). Sum of RGB (Red+Green+Blue) = 129+100+255=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #8164FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8164FF is #7E9B00. Grayscale: #7D7D7D. Windows color (decimal): -8297217 or 16737409. OLE color: 16737409.
HSL color Cylindrical-coordinate representation of color #8164FF: hue angle of 251.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8164FF is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 100 | 255 | - |
| CMYK | 0.49 | 0.61 | 0 | 0 |
| HSL | 251.23º | 1% | 0.7% | - |
| HSV(B) | 251.23º | 0.61% | 1% | - |
| XYZ | 31.66 | 21 | 96.99 | - |
| YUV | 126.34 | 200.61 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 255 | 0.49 | 0.61 | 0 | 0 | 251.23 | 1 | 0.7 |
| Hex | 81 | 64 | FF | 31 | 3D | 0 | 0 | FB | 64 | 46 |
| Octal | 201 | 144 | 377 | 61 | 75 | 0 | 0 | 373 | 144 | 106 |
| Binary | 10000001 | 1100100 | 11111111 | 110001 | 111101 | 0 | 0 | 11111011 | 1100100 | 1000110 |
Color Harmonies of #8164FF
Complementary color
Monochromatic Colors of #8164FF
Black with #8164FF
Text Example
Text Example
White with #8164FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164FF; }
p { color: rgb(129,100,255); }
H1.HeaderClassName
{
color: #8164FF;
}
.AnyTagClassName
{
color: #8164FF;
}
</style>
background-color css
<style>
a { background-color: #8164FF; }
a { background-color: rgb(129,100,255); }
div.DivClassName
{
background-color: #8164FF;
}
.BgClassName
{
background-color: #8164FF;
}
</style>
border-color css
<style>
span { border-color: #8164FF; }
span { border-color: rgb(129,100,255); }
td.TdClassName
{
border-color: #8164FF;
}
.TagClassName
{
border-color: #8164FF;
}
</style>