Shades of Light Slate Blue #8178FF
Tints of Light Slate Blue #8178FF
RGB
CMYK
RGB Variations
Color information
#8178FF (or 0x8178FF) is known color: Light Slate Blue. HEX triplet: 81, 78 and FF. RGB value is (129,120,255). Sum of RGB (Red+Green+Blue) = 129+120+255=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #8178FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8178FF is #7E8700. Grayscale: #898989. Windows color (decimal): -8292097 or 16742529. OLE color: 16742529.
HSL color Cylindrical-coordinate representation of color #8178FF: hue angle of 244º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8178FF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 120 | 255 | - |
| CMYK | 0.49 | 0.53 | 0 | 0 |
| HSL | 244º | 1% | 0.74% | - |
| HSV(B) | 244º | 0.53% | 1% | - |
| XYZ | 33.82 | 25.32 | 97.71 | - |
| YUV | 138.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 255 | 0.49 | 0.53 | 0 | 0 | 244 | 1 | 0.74 |
| Hex | 81 | 78 | FF | 31 | 35 | 0 | 0 | F4 | 64 | 4A |
| Octal | 201 | 170 | 377 | 61 | 65 | 0 | 0 | 364 | 144 | 112 |
| Binary | 10000001 | 1111000 | 11111111 | 110001 | 110101 | 0 | 0 | 11110100 | 1100100 | 1001010 |
Color Harmonies of #8178FF
Complementary color
Monochromatic Colors of #8178FF
Black with #8178FF
Text Example
Text Example
White with #8178FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178FF; }
p { color: rgb(129,120,255); }
H1.HeaderClassName
{
color: #8178FF;
}
.AnyTagClassName
{
color: #8178FF;
}
</style>
background-color css
<style>
a { background-color: #8178FF; }
a { background-color: rgb(129,120,255); }
div.DivClassName
{
background-color: #8178FF;
}
.BgClassName
{
background-color: #8178FF;
}
</style>
border-color css
<style>
span { border-color: #8178FF; }
span { border-color: rgb(129,120,255); }
td.TdClassName
{
border-color: #8178FF;
}
.TagClassName
{
border-color: #8178FF;
}
</style>