Shades of Light Slate Blue #7B89FA
Tints of Light Slate Blue #7B89FA
RGB
CMYK
RGB Variations
Color information
#7B89FA (or 0x7B89FA) is known color: Light Slate Blue. HEX triplet: 7B, 89 and FA. RGB value is (123,137,250). Sum of RGB (Red+Green+Blue) = 123+137+250=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B89FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B89FA is #847605. Grayscale: #919191. Windows color (decimal): -8680966 or 16419195. OLE color: 16419195.
HSL color Cylindrical-coordinate representation of color #7B89FA: hue angle of 233.39º 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 #7B89FA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 137 | 250 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.02 |
| HSL | 233.39º | 0.93% | 0.73% | - |
| HSV(B) | 233.39º | 0.51% | 0.98% | - |
| XYZ | 34.37 | 29 | 94.23 | - |
| YUV | 145.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 250 | 0.51 | 0.45 | 0 | 0.02 | 233.39 | 0.93 | 0.73 |
| Hex | 7B | 89 | FA | 33 | 2D | 0 | 2 | E9 | 5D | 49 |
| Octal | 173 | 211 | 372 | 63 | 55 | 0 | 2 | 351 | 135 | 111 |
| Binary | 1111011 | 10001001 | 11111010 | 110011 | 101101 | 0 | 10 | 11101001 | 1011101 | 1001001 |
Color Harmonies of #7B89FA
Complementary color
Monochromatic Colors of #7B89FA
Black with #7B89FA
Text Example
Text Example
White with #7B89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B89FA; }
p { color: rgb(123,137,250); }
H1.HeaderClassName
{
color: #7B89FA;
}
.AnyTagClassName
{
color: #7B89FA;
}
</style>
background-color css
<style>
a { background-color: #7B89FA; }
a { background-color: rgb(123,137,250); }
div.DivClassName
{
background-color: #7B89FA;
}
.BgClassName
{
background-color: #7B89FA;
}
</style>
border-color css
<style>
span { border-color: #7B89FA; }
span { border-color: rgb(123,137,250); }
td.TdClassName
{
border-color: #7B89FA;
}
.TagClassName
{
border-color: #7B89FA;
}
</style>