Shades of Light Slate Blue #7A80FE
Tints of Light Slate Blue #7A80FE
RGB
CMYK
RGB Variations
Color information
#7A80FE (or 0x7A80FE) is known color: Light Slate Blue. HEX triplet: 7A, 80 and FE. RGB value is (122,128,254). Sum of RGB (Red+Green+Blue) = 122+128+254=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A80FE is #857F01. Grayscale: #8C8C8C. Windows color (decimal): -8748802 or 16679034. OLE color: 16679034.
HSL color Cylindrical-coordinate representation of color #7A80FE: hue angle of 237.27º 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 #7A80FE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 128 | 254 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.00 |
| HSL | 237.27º | 0.99% | 0.74% | - |
| HSV(B) | 237.27º | 0.52% | 1% | - |
| XYZ | 33.63 | 26.73 | 97.15 | - |
| YUV | 140.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 254 | 0.52 | 0.50 | 0 | 0.00 | 237.27 | 0.99 | 0.74 |
| Hex | 7A | 80 | FE | 34 | 32 | 0 | 0 | ED | 63 | 4A |
| Octal | 172 | 200 | 376 | 64 | 62 | 0 | 0 | 355 | 143 | 112 |
| Binary | 1111010 | 10000000 | 11111110 | 110100 | 110010 | 0 | 0 | 11101101 | 1100011 | 1001010 |
Color Harmonies of #7A80FE
Complementary color
Monochromatic Colors of #7A80FE
Black with #7A80FE
Text Example
Text Example
White with #7A80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A80FE; }
p { color: rgb(122,128,254); }
H1.HeaderClassName
{
color: #7A80FE;
}
.AnyTagClassName
{
color: #7A80FE;
}
</style>
background-color css
<style>
a { background-color: #7A80FE; }
a { background-color: rgb(122,128,254); }
div.DivClassName
{
background-color: #7A80FE;
}
.BgClassName
{
background-color: #7A80FE;
}
</style>
border-color css
<style>
span { border-color: #7A80FE; }
span { border-color: rgb(122,128,254); }
td.TdClassName
{
border-color: #7A80FE;
}
.TagClassName
{
border-color: #7A80FE;
}
</style>