Shades of Light Slate Blue #8167FF
Tints of Light Slate Blue #8167FF
RGB
CMYK
RGB Variations
Color information
#8167FF (or 0x8167FF) is known color: Light Slate Blue. HEX triplet: 81, 67 and FF. RGB value is (129,103,255). Sum of RGB (Red+Green+Blue) = 129+103+255=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #8167FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8167FF is #7E9800. Grayscale: #7F7F7F. Windows color (decimal): -8296449 or 16738177. OLE color: 16738177.
HSL color Cylindrical-coordinate representation of color #8167FF: hue angle of 250.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8167FF is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 103 | 255 | - |
| CMYK | 0.49 | 0.60 | 0 | 0 |
| HSL | 250.26º | 1% | 0.7% | - |
| HSV(B) | 250.26º | 0.6% | 1% | - |
| XYZ | 31.95 | 21.59 | 97.09 | - |
| YUV | 128.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 255 | 0.49 | 0.60 | 0 | 0 | 250.26 | 1 | 0.7 |
| Hex | 81 | 67 | FF | 31 | 3C | 0 | 0 | FA | 64 | 46 |
| Octal | 201 | 147 | 377 | 61 | 74 | 0 | 0 | 372 | 144 | 106 |
| Binary | 10000001 | 1100111 | 11111111 | 110001 | 111100 | 0 | 0 | 11111010 | 1100100 | 1000110 |
Color Harmonies of #8167FF
Complementary color
Monochromatic Colors of #8167FF
Black with #8167FF
Text Example
Text Example
White with #8167FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8167FF; }
p { color: rgb(129,103,255); }
H1.HeaderClassName
{
color: #8167FF;
}
.AnyTagClassName
{
color: #8167FF;
}
</style>
background-color css
<style>
a { background-color: #8167FF; }
a { background-color: rgb(129,103,255); }
div.DivClassName
{
background-color: #8167FF;
}
.BgClassName
{
background-color: #8167FF;
}
</style>
border-color css
<style>
span { border-color: #8167FF; }
span { border-color: rgb(129,103,255); }
td.TdClassName
{
border-color: #8167FF;
}
.TagClassName
{
border-color: #8167FF;
}
</style>