Shades of Light Slate Blue #8C79FE
Tints of Light Slate Blue #8C79FE
RGB
CMYK
RGB Variations
Color information
#8C79FE (or 0x8C79FE) is known color: Light Slate Blue. HEX triplet: 8C, 79 and FE. RGB value is (140,121,254). Sum of RGB (Red+Green+Blue) = 140+121+254=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C79FE is #738601. Grayscale: #8D8D8D. Windows color (decimal): -7570946 or 16677260. OLE color: 16677260.
HSL color Cylindrical-coordinate representation of color #8C79FE: hue angle of 248.57º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C79FE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 121 | 254 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.00 |
| HSL | 248.57º | 0.99% | 0.74% | - |
| HSV(B) | 248.57º | 0.52% | 1% | - |
| XYZ | 35.54 | 26.41 | 96.99 | - |
| YUV | 141.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 254 | 0.45 | 0.52 | 0 | 0.00 | 248.57 | 0.99 | 0.74 |
| Hex | 8C | 79 | FE | 2D | 34 | 0 | 0 | F9 | 63 | 4A |
| Octal | 214 | 171 | 376 | 55 | 64 | 0 | 0 | 371 | 143 | 112 |
| Binary | 10001100 | 1111001 | 11111110 | 101101 | 110100 | 0 | 0 | 11111001 | 1100011 | 1001010 |
Color Harmonies of #8C79FE
Complementary color
Monochromatic Colors of #8C79FE
Black with #8C79FE
Text Example
Text Example
White with #8C79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C79FE; }
p { color: rgb(140,121,254); }
H1.HeaderClassName
{
color: #8C79FE;
}
.AnyTagClassName
{
color: #8C79FE;
}
</style>
background-color css
<style>
a { background-color: #8C79FE; }
a { background-color: rgb(140,121,254); }
div.DivClassName
{
background-color: #8C79FE;
}
.BgClassName
{
background-color: #8C79FE;
}
</style>
border-color css
<style>
span { border-color: #8C79FE; }
span { border-color: rgb(140,121,254); }
td.TdClassName
{
border-color: #8C79FE;
}
.TagClassName
{
border-color: #8C79FE;
}
</style>