Shades of Light Slate Blue #7F80FA
Tints of Light Slate Blue #7F80FA
RGB
CMYK
RGB Variations
Color information
#7F80FA (or 0x7F80FA) is known color: Light Slate Blue. HEX triplet: 7F, 80 and FA. RGB value is (127,128,250). Sum of RGB (Red+Green+Blue) = 127+128+250=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F80FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F80FA is #807F05. Grayscale: #8D8D8D. Windows color (decimal): -8421126 or 16416895. OLE color: 16416895.
HSL color Cylindrical-coordinate representation of color #7F80FA: hue angle of 239.51º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F80FA is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 128 | 250 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.02 |
| HSL | 239.51º | 0.92% | 0.74% | - |
| HSV(B) | 239.51º | 0.49% | 0.98% | - |
| XYZ | 33.73 | 26.85 | 93.85 | - |
| YUV | 141.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 250 | 0.49 | 0.49 | 0 | 0.02 | 239.51 | 0.92 | 0.74 |
| Hex | 7F | 80 | FA | 31 | 31 | 0 | 2 | F0 | 5C | 4A |
| Octal | 177 | 200 | 372 | 61 | 61 | 0 | 2 | 360 | 134 | 112 |
| Binary | 1111111 | 10000000 | 11111010 | 110001 | 110001 | 0 | 10 | 11110000 | 1011100 | 1001010 |
Color Harmonies of #7F80FA
Complementary color
Monochromatic Colors of #7F80FA
Black with #7F80FA
Text Example
Text Example
White with #7F80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80FA; }
p { color: rgb(127,128,250); }
H1.HeaderClassName
{
color: #7F80FA;
}
.AnyTagClassName
{
color: #7F80FA;
}
</style>
background-color css
<style>
a { background-color: #7F80FA; }
a { background-color: rgb(127,128,250); }
div.DivClassName
{
background-color: #7F80FA;
}
.BgClassName
{
background-color: #7F80FA;
}
</style>
border-color css
<style>
span { border-color: #7F80FA; }
span { border-color: rgb(127,128,250); }
td.TdClassName
{
border-color: #7F80FA;
}
.TagClassName
{
border-color: #7F80FA;
}
</style>