Shades of Light Slate Blue #8163FF
Tints of Light Slate Blue #8163FF
RGB
CMYK
RGB Variations
Color information
#8163FF (or 0x8163FF) is known color: Light Slate Blue. HEX triplet: 81, 63 and FF. RGB value is (129,99,255). Sum of RGB (Red+Green+Blue) = 129+99+255=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #8163FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8163FF is #7E9C00. Grayscale: #7D7D7D. Windows color (decimal): -8297473 or 16737153. OLE color: 16737153.
HSL color Cylindrical-coordinate representation of color #8163FF: hue angle of 251.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8163FF is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 99 | 255 | - |
| CMYK | 0.49 | 0.61 | 0 | 0 |
| HSL | 251.54º | 1% | 0.69% | - |
| HSV(B) | 251.54º | 0.61% | 1% | - |
| XYZ | 31.57 | 20.81 | 96.96 | - |
| YUV | 125.75 | 200.94 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 255 | 0.49 | 0.61 | 0 | 0 | 251.54 | 1 | 0.69 |
| Hex | 81 | 63 | FF | 31 | 3D | 0 | 0 | FC | 64 | 45 |
| Octal | 201 | 143 | 377 | 61 | 75 | 0 | 0 | 374 | 144 | 105 |
| Binary | 10000001 | 1100011 | 11111111 | 110001 | 111101 | 0 | 0 | 11111100 | 1100100 | 1000101 |
Color Harmonies of #8163FF
Complementary color
Monochromatic Colors of #8163FF
Black with #8163FF
Text Example
Text Example
White with #8163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8163FF; }
p { color: rgb(129,99,255); }
H1.HeaderClassName
{
color: #8163FF;
}
.AnyTagClassName
{
color: #8163FF;
}
</style>
background-color css
<style>
a { background-color: #8163FF; }
a { background-color: rgb(129,99,255); }
div.DivClassName
{
background-color: #8163FF;
}
.BgClassName
{
background-color: #8163FF;
}
</style>
border-color css
<style>
span { border-color: #8163FF; }
span { border-color: rgb(129,99,255); }
td.TdClassName
{
border-color: #8163FF;
}
.TagClassName
{
border-color: #8163FF;
}
</style>