Shades of Light Slate Blue #7A89FC
Tints of Light Slate Blue #7A89FC
RGB
CMYK
RGB Variations
Color information
#7A89FC (or 0x7A89FC) is known color: Light Slate Blue. HEX triplet: 7A, 89 and FC. RGB value is (122,137,252). Sum of RGB (Red+Green+Blue) = 122+137+252=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A89FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A89FC is #857603. Grayscale: #919191. Windows color (decimal): -8746500 or 16550266. OLE color: 16550266.
HSL color Cylindrical-coordinate representation of color #7A89FC: hue angle of 233.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A89FC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 137 | 252 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.01 |
| HSL | 233.08º | 0.96% | 0.73% | - |
| HSV(B) | 233.08º | 0.52% | 0.99% | - |
| XYZ | 34.54 | 29.06 | 95.88 | - |
| YUV | 145.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 252 | 0.52 | 0.46 | 0 | 0.01 | 233.08 | 0.96 | 0.73 |
| Hex | 7A | 89 | FC | 34 | 2E | 0 | 1 | E9 | 60 | 49 |
| Octal | 172 | 211 | 374 | 64 | 56 | 0 | 1 | 351 | 140 | 111 |
| Binary | 1111010 | 10001001 | 11111100 | 110100 | 101110 | 0 | 1 | 11101001 | 1100000 | 1001001 |
Color Harmonies of #7A89FC
Complementary color
Monochromatic Colors of #7A89FC
Black with #7A89FC
Text Example
Text Example
White with #7A89FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89FC; }
p { color: rgb(122,137,252); }
H1.HeaderClassName
{
color: #7A89FC;
}
.AnyTagClassName
{
color: #7A89FC;
}
</style>
background-color css
<style>
a { background-color: #7A89FC; }
a { background-color: rgb(122,137,252); }
div.DivClassName
{
background-color: #7A89FC;
}
.BgClassName
{
background-color: #7A89FC;
}
</style>
border-color css
<style>
span { border-color: #7A89FC; }
span { border-color: rgb(122,137,252); }
td.TdClassName
{
border-color: #7A89FC;
}
.TagClassName
{
border-color: #7A89FC;
}
</style>