Shades of Light Slate Blue #8170FE
Tints of Light Slate Blue #8170FE
RGB
CMYK
RGB Variations
Color information
#8170FE (or 0x8170FE) is known color: Light Slate Blue. HEX triplet: 81, 70 and FE. RGB value is (129,112,254). Sum of RGB (Red+Green+Blue) = 129+112+254=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #8170FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8170FE is #7E8F01. Grayscale: #848484. Windows color (decimal): -8294146 or 16674945. OLE color: 16674945.
HSL color Cylindrical-coordinate representation of color #8170FE: hue angle of 247.18º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8170FE is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 112 | 254 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.00 |
| HSL | 247.18º | 0.99% | 0.72% | - |
| HSV(B) | 247.18º | 0.56% | 1% | - |
| XYZ | 32.74 | 23.41 | 96.56 | - |
| YUV | 133.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 254 | 0.49 | 0.56 | 0 | 0.00 | 247.18 | 0.99 | 0.72 |
| Hex | 81 | 70 | FE | 31 | 38 | 0 | 0 | F7 | 63 | 48 |
| Octal | 201 | 160 | 376 | 61 | 70 | 0 | 0 | 367 | 143 | 110 |
| Binary | 10000001 | 1110000 | 11111110 | 110001 | 111000 | 0 | 0 | 11110111 | 1100011 | 1001000 |
Color Harmonies of #8170FE
Complementary color
Monochromatic Colors of #8170FE
Black with #8170FE
Text Example
Text Example
White with #8170FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170FE; }
p { color: rgb(129,112,254); }
H1.HeaderClassName
{
color: #8170FE;
}
.AnyTagClassName
{
color: #8170FE;
}
</style>
background-color css
<style>
a { background-color: #8170FE; }
a { background-color: rgb(129,112,254); }
div.DivClassName
{
background-color: #8170FE;
}
.BgClassName
{
background-color: #8170FE;
}
</style>
border-color css
<style>
span { border-color: #8170FE; }
span { border-color: rgb(129,112,254); }
td.TdClassName
{
border-color: #8170FE;
}
.TagClassName
{
border-color: #8170FE;
}
</style>