Shades of Light Slate Blue #7F80FE
Tints of Light Slate Blue #7F80FE
RGB
CMYK
RGB Variations
Color information
#7F80FE (or 0x7F80FE) is known color: Light Slate Blue. HEX triplet: 7F, 80 and FE. RGB value is (127,128,254). Sum of RGB (Red+Green+Blue) = 127+128+254=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F80FE is #807F01. Grayscale: #8D8D8D. Windows color (decimal): -8421122 or 16679039. OLE color: 16679039.
HSL color Cylindrical-coordinate representation of color #7F80FE: hue angle of 239.53º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F80FE is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 128 | 254 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.00 |
| HSL | 239.53º | 0.98% | 0.75% | - |
| HSV(B) | 239.53º | 0.5% | 1% | - |
| XYZ | 34.36 | 27.11 | 97.19 | - |
| YUV | 142.07 | 191.17 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 254 | 0.50 | 0.50 | 0 | 0.00 | 239.53 | 0.98 | 0.75 |
| Hex | 7F | 80 | FE | 32 | 32 | 0 | 0 | F0 | 62 | 4B |
| Octal | 177 | 200 | 376 | 62 | 62 | 0 | 0 | 360 | 142 | 113 |
| Binary | 1111111 | 10000000 | 11111110 | 110010 | 110010 | 0 | 0 | 11110000 | 1100010 | 1001011 |
Color Harmonies of #7F80FE
Complementary color
Monochromatic Colors of #7F80FE
Black with #7F80FE
Text Example
Text Example
White with #7F80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80FE; }
p { color: rgb(127,128,254); }
H1.HeaderClassName
{
color: #7F80FE;
}
.AnyTagClassName
{
color: #7F80FE;
}
</style>
background-color css
<style>
a { background-color: #7F80FE; }
a { background-color: rgb(127,128,254); }
div.DivClassName
{
background-color: #7F80FE;
}
.BgClassName
{
background-color: #7F80FE;
}
</style>
border-color css
<style>
span { border-color: #7F80FE; }
span { border-color: rgb(127,128,254); }
td.TdClassName
{
border-color: #7F80FE;
}
.TagClassName
{
border-color: #7F80FE;
}
</style>