Shades of Light Slate Blue #7C89FA
Tints of Light Slate Blue #7C89FA
RGB
CMYK
RGB Variations
Color information
#7C89FA (or 0x7C89FA) is known color: Light Slate Blue. HEX triplet: 7C, 89 and FA. RGB value is (124,137,250). Sum of RGB (Red+Green+Blue) = 124+137+250=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C89FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C89FA is #837605. Grayscale: #919191. Windows color (decimal): -8615430 or 16419196. OLE color: 16419196.
HSL color Cylindrical-coordinate representation of color #7C89FA: hue angle of 233.81º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C89FA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 137 | 250 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.02 |
| HSL | 233.81º | 0.93% | 0.73% | - |
| HSV(B) | 233.81º | 0.5% | 0.98% | - |
| XYZ | 34.51 | 29.08 | 94.24 | - |
| YUV | 146 | 186.69 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 250 | 0.50 | 0.45 | 0 | 0.02 | 233.81 | 0.93 | 0.73 |
| Hex | 7C | 89 | FA | 32 | 2D | 0 | 2 | EA | 5D | 49 |
| Octal | 174 | 211 | 372 | 62 | 55 | 0 | 2 | 352 | 135 | 111 |
| Binary | 1111100 | 10001001 | 11111010 | 110010 | 101101 | 0 | 10 | 11101010 | 1011101 | 1001001 |
Color Harmonies of #7C89FA
Complementary color
Monochromatic Colors of #7C89FA
Black with #7C89FA
Text Example
Text Example
White with #7C89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C89FA; }
p { color: rgb(124,137,250); }
H1.HeaderClassName
{
color: #7C89FA;
}
.AnyTagClassName
{
color: #7C89FA;
}
</style>
background-color css
<style>
a { background-color: #7C89FA; }
a { background-color: rgb(124,137,250); }
div.DivClassName
{
background-color: #7C89FA;
}
.BgClassName
{
background-color: #7C89FA;
}
</style>
border-color css
<style>
span { border-color: #7C89FA; }
span { border-color: rgb(124,137,250); }
td.TdClassName
{
border-color: #7C89FA;
}
.TagClassName
{
border-color: #7C89FA;
}
</style>