Shades of Light Slate Blue #8A79FC
Tints of Light Slate Blue #8A79FC
RGB
CMYK
RGB Variations
Color information
#8A79FC (or 0x8A79FC) is known color: Light Slate Blue. HEX triplet: 8A, 79 and FC. RGB value is (138,121,252). Sum of RGB (Red+Green+Blue) = 138+121+252=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A79FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A79FC is #758603. Grayscale: #8C8C8C. Windows color (decimal): -7702020 or 16546186. OLE color: 16546186.
HSL color Cylindrical-coordinate representation of color #8A79FC: hue angle of 247.79º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A79FC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 121 | 252 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.01 |
| HSL | 247.79º | 0.96% | 0.73% | - |
| HSV(B) | 247.79º | 0.52% | 0.99% | - |
| XYZ | 34.89 | 26.11 | 95.3 | - |
| YUV | 141.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 252 | 0.45 | 0.52 | 0 | 0.01 | 247.79 | 0.96 | 0.73 |
| Hex | 8A | 79 | FC | 2D | 34 | 0 | 1 | F8 | 60 | 49 |
| Octal | 212 | 171 | 374 | 55 | 64 | 0 | 1 | 370 | 140 | 111 |
| Binary | 10001010 | 1111001 | 11111100 | 101101 | 110100 | 0 | 1 | 11111000 | 1100000 | 1001001 |
Color Harmonies of #8A79FC
Complementary color
Monochromatic Colors of #8A79FC
Black with #8A79FC
Text Example
Text Example
White with #8A79FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A79FC; }
p { color: rgb(138,121,252); }
H1.HeaderClassName
{
color: #8A79FC;
}
.AnyTagClassName
{
color: #8A79FC;
}
</style>
background-color css
<style>
a { background-color: #8A79FC; }
a { background-color: rgb(138,121,252); }
div.DivClassName
{
background-color: #8A79FC;
}
.BgClassName
{
background-color: #8A79FC;
}
</style>
border-color css
<style>
span { border-color: #8A79FC; }
span { border-color: rgb(138,121,252); }
td.TdClassName
{
border-color: #8A79FC;
}
.TagClassName
{
border-color: #8A79FC;
}
</style>