Shades of Light Slate Blue #7A81FA
Tints of Light Slate Blue #7A81FA
RGB
CMYK
RGB Variations
Color information
#7A81FA (or 0x7A81FA) is known color: Light Slate Blue. HEX triplet: 7A, 81 and FA. RGB value is (122,129,250). Sum of RGB (Red+Green+Blue) = 122+129+250=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A81FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A81FA is #857E05. Grayscale: #8C8C8C. Windows color (decimal): -8748550 or 16417146. OLE color: 16417146.
HSL color Cylindrical-coordinate representation of color #7A81FA: hue angle of 236.72º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A81FA is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 129 | 250 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.02 |
| HSL | 236.72º | 0.93% | 0.73% | - |
| HSV(B) | 236.72º | 0.51% | 0.98% | - |
| XYZ | 33.13 | 26.74 | 93.86 | - |
| YUV | 140.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 250 | 0.51 | 0.48 | 0 | 0.02 | 236.72 | 0.93 | 0.73 |
| Hex | 7A | 81 | FA | 33 | 30 | 0 | 2 | ED | 5D | 49 |
| Octal | 172 | 201 | 372 | 63 | 60 | 0 | 2 | 355 | 135 | 111 |
| Binary | 1111010 | 10000001 | 11111010 | 110011 | 110000 | 0 | 10 | 11101101 | 1011101 | 1001001 |
Color Harmonies of #7A81FA
Complementary color
Monochromatic Colors of #7A81FA
Black with #7A81FA
Text Example
Text Example
White with #7A81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81FA; }
p { color: rgb(122,129,250); }
H1.HeaderClassName
{
color: #7A81FA;
}
.AnyTagClassName
{
color: #7A81FA;
}
</style>
background-color css
<style>
a { background-color: #7A81FA; }
a { background-color: rgb(122,129,250); }
div.DivClassName
{
background-color: #7A81FA;
}
.BgClassName
{
background-color: #7A81FA;
}
</style>
border-color css
<style>
span { border-color: #7A81FA; }
span { border-color: rgb(122,129,250); }
td.TdClassName
{
border-color: #7A81FA;
}
.TagClassName
{
border-color: #7A81FA;
}
</style>