Shades of Light Slate Blue #7A89FE
Tints of Light Slate Blue #7A89FE
RGB
CMYK
RGB Variations
Color information
#7A89FE (or 0x7A89FE) is known color: Light Slate Blue. HEX triplet: 7A, 89 and FE. RGB value is (122,137,254). Sum of RGB (Red+Green+Blue) = 122+137+254=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A89FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A89FE is #857601. Grayscale: #919191. Windows color (decimal): -8746498 or 16681338. OLE color: 16681338.
HSL color Cylindrical-coordinate representation of color #7A89FE: hue angle of 233.18º 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 #7A89FE is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 137 | 254 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.00 |
| HSL | 233.18º | 0.99% | 0.74% | - |
| HSV(B) | 233.18º | 0.52% | 1% | - |
| XYZ | 34.86 | 29.18 | 97.56 | - |
| YUV | 145.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 254 | 0.52 | 0.46 | 0 | 0.00 | 233.18 | 0.99 | 0.74 |
| Hex | 7A | 89 | FE | 34 | 2E | 0 | 0 | E9 | 63 | 4A |
| Octal | 172 | 211 | 376 | 64 | 56 | 0 | 0 | 351 | 143 | 112 |
| Binary | 1111010 | 10001001 | 11111110 | 110100 | 101110 | 0 | 0 | 11101001 | 1100011 | 1001010 |
Color Harmonies of #7A89FE
Complementary color
Monochromatic Colors of #7A89FE
Black with #7A89FE
Text Example
Text Example
White with #7A89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89FE; }
p { color: rgb(122,137,254); }
H1.HeaderClassName
{
color: #7A89FE;
}
.AnyTagClassName
{
color: #7A89FE;
}
</style>
background-color css
<style>
a { background-color: #7A89FE; }
a { background-color: rgb(122,137,254); }
div.DivClassName
{
background-color: #7A89FE;
}
.BgClassName
{
background-color: #7A89FE;
}
</style>
border-color css
<style>
span { border-color: #7A89FE; }
span { border-color: rgb(122,137,254); }
td.TdClassName
{
border-color: #7A89FE;
}
.TagClassName
{
border-color: #7A89FE;
}
</style>