Shades of Light Slate Blue #8D79F4
Tints of Light Slate Blue #8D79F4
RGB
CMYK
RGB Variations
Color information
#8D79F4 (or 0x8D79F4) is known color: Light Slate Blue. HEX triplet: 8D, 79 and F4. RGB value is (141,121,244). Sum of RGB (Red+Green+Blue) = 141+121+244=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #8D79F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D79F4 is #72860B. Grayscale: #8C8C8C. Windows color (decimal): -7505420 or 16021901. OLE color: 16021901.
HSL color Cylindrical-coordinate representation of color #8D79F4: hue angle of 249.76º 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 #8D79F4 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 121 | 244 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.04 |
| HSL | 249.76º | 0.85% | 0.72% | - |
| HSV(B) | 249.76º | 0.5% | 0.96% | - |
| XYZ | 34.15 | 25.87 | 88.78 | - |
| YUV | 141 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 244 | 0.42 | 0.50 | 0 | 0.04 | 249.76 | 0.85 | 0.72 |
| Hex | 8D | 79 | F4 | 2A | 32 | 0 | 4 | FA | 55 | 48 |
| Octal | 215 | 171 | 364 | 52 | 62 | 0 | 4 | 372 | 125 | 110 |
| Binary | 10001101 | 1111001 | 11110100 | 101010 | 110010 | 0 | 100 | 11111010 | 1010101 | 1001000 |
Color Harmonies of #8D79F4
Complementary color
Monochromatic Colors of #8D79F4
Black with #8D79F4
Text Example
Text Example
White with #8D79F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D79F4; }
p { color: rgb(141,121,244); }
H1.HeaderClassName
{
color: #8D79F4;
}
.AnyTagClassName
{
color: #8D79F4;
}
</style>
background-color css
<style>
a { background-color: #8D79F4; }
a { background-color: rgb(141,121,244); }
div.DivClassName
{
background-color: #8D79F4;
}
.BgClassName
{
background-color: #8D79F4;
}
</style>
border-color css
<style>
span { border-color: #8D79F4; }
span { border-color: rgb(141,121,244); }
td.TdClassName
{
border-color: #8D79F4;
}
.TagClassName
{
border-color: #8D79F4;
}
</style>