Shades of Light Slate Blue #8178F7
Tints of Light Slate Blue #8178F7
RGB
CMYK
RGB Variations
Color information
#8178F7 (or 0x8178F7) is known color: Light Slate Blue. HEX triplet: 81, 78 and F7. RGB value is (129,120,247). Sum of RGB (Red+Green+Blue) = 129+120+247=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #8178F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8178F7 is #7E8708. Grayscale: #888888. Windows color (decimal): -8292105 or 16218241. OLE color: 16218241.
HSL color Cylindrical-coordinate representation of color #8178F7: hue angle of 244.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8178F7 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 120 | 247 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.03 |
| HSL | 244.25º | 0.89% | 0.72% | - |
| HSV(B) | 244.25º | 0.51% | 0.97% | - |
| XYZ | 32.56 | 24.82 | 91.07 | - |
| YUV | 137.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 247 | 0.48 | 0.51 | 0 | 0.03 | 244.25 | 0.89 | 0.72 |
| Hex | 81 | 78 | F7 | 30 | 33 | 0 | 3 | F4 | 59 | 48 |
| Octal | 201 | 170 | 367 | 60 | 63 | 0 | 3 | 364 | 131 | 110 |
| Binary | 10000001 | 1111000 | 11110111 | 110000 | 110011 | 0 | 11 | 11110100 | 1011001 | 1001000 |
Color Harmonies of #8178F7
Complementary color
Monochromatic Colors of #8178F7
Black with #8178F7
Text Example
Text Example
White with #8178F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178F7; }
p { color: rgb(129,120,247); }
H1.HeaderClassName
{
color: #8178F7;
}
.AnyTagClassName
{
color: #8178F7;
}
</style>
background-color css
<style>
a { background-color: #8178F7; }
a { background-color: rgb(129,120,247); }
div.DivClassName
{
background-color: #8178F7;
}
.BgClassName
{
background-color: #8178F7;
}
</style>
border-color css
<style>
span { border-color: #8178F7; }
span { border-color: rgb(129,120,247); }
td.TdClassName
{
border-color: #8178F7;
}
.TagClassName
{
border-color: #8178F7;
}
</style>