Shades of Light Slate Blue #8179F4
Tints of Light Slate Blue #8179F4
RGB
CMYK
RGB Variations
Color information
#8179F4 (or 0x8179F4) is known color: Light Slate Blue. HEX triplet: 81, 79 and F4. RGB value is (129,121,244). Sum of RGB (Red+Green+Blue) = 129+121+244=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #8179F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8179F4 is #7E860B. Grayscale: #888888. Windows color (decimal): -8291852 or 16021889. OLE color: 16021889.
HSL color Cylindrical-coordinate representation of color #8179F4: hue angle of 243.9º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8179F4 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 121 | 244 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.04 |
| HSL | 243.9º | 0.85% | 0.72% | - |
| HSV(B) | 243.9º | 0.5% | 0.96% | - |
| XYZ | 32.22 | 24.87 | 88.69 | - |
| YUV | 137.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 244 | 0.47 | 0.50 | 0 | 0.04 | 243.9 | 0.85 | 0.72 |
| Hex | 81 | 79 | F4 | 2F | 32 | 0 | 4 | F4 | 55 | 48 |
| Octal | 201 | 171 | 364 | 57 | 62 | 0 | 4 | 364 | 125 | 110 |
| Binary | 10000001 | 1111001 | 11110100 | 101111 | 110010 | 0 | 100 | 11110100 | 1010101 | 1001000 |
Color Harmonies of #8179F4
Complementary color
Monochromatic Colors of #8179F4
Black with #8179F4
Text Example
Text Example
White with #8179F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8179F4; }
p { color: rgb(129,121,244); }
H1.HeaderClassName
{
color: #8179F4;
}
.AnyTagClassName
{
color: #8179F4;
}
</style>
background-color css
<style>
a { background-color: #8179F4; }
a { background-color: rgb(129,121,244); }
div.DivClassName
{
background-color: #8179F4;
}
.BgClassName
{
background-color: #8179F4;
}
</style>
border-color css
<style>
span { border-color: #8179F4; }
span { border-color: rgb(129,121,244); }
td.TdClassName
{
border-color: #8179F4;
}
.TagClassName
{
border-color: #8179F4;
}
</style>