Shades of Light Slate Blue #8079FE
Tints of Light Slate Blue #8079FE
RGB
CMYK
RGB Variations
Color information
#8079FE (or 0x8079FE) is known color: Light Slate Blue. HEX triplet: 80, 79 and FE. RGB value is (128,121,254). Sum of RGB (Red+Green+Blue) = 128+121+254=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8079FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8079FE is #7F8601. Grayscale: #898989. Windows color (decimal): -8357378 or 16677248. OLE color: 16677248.
HSL color Cylindrical-coordinate representation of color #8079FE: hue angle of 243.16º 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 #8079FE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 121 | 254 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.00 |
| HSL | 243.16º | 0.99% | 0.74% | - |
| HSV(B) | 243.16º | 0.52% | 1% | - |
| XYZ | 33.63 | 25.42 | 96.9 | - |
| YUV | 138.26 | 193.32 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 254 | 0.50 | 0.52 | 0 | 0.00 | 243.16 | 0.99 | 0.74 |
| Hex | 80 | 79 | FE | 32 | 34 | 0 | 0 | F3 | 63 | 4A |
| Octal | 200 | 171 | 376 | 62 | 64 | 0 | 0 | 363 | 143 | 112 |
| Binary | 10000000 | 1111001 | 11111110 | 110010 | 110100 | 0 | 0 | 11110011 | 1100011 | 1001010 |
Color Harmonies of #8079FE
Complementary color
Monochromatic Colors of #8079FE
Black with #8079FE
Text Example
Text Example
White with #8079FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079FE; }
p { color: rgb(128,121,254); }
H1.HeaderClassName
{
color: #8079FE;
}
.AnyTagClassName
{
color: #8079FE;
}
</style>
background-color css
<style>
a { background-color: #8079FE; }
a { background-color: rgb(128,121,254); }
div.DivClassName
{
background-color: #8079FE;
}
.BgClassName
{
background-color: #8079FE;
}
</style>
border-color css
<style>
span { border-color: #8079FE; }
span { border-color: rgb(128,121,254); }
td.TdClassName
{
border-color: #8079FE;
}
.TagClassName
{
border-color: #8079FE;
}
</style>