Shades of Light Slate Blue #7C86FA
Tints of Light Slate Blue #7C86FA
RGB
CMYK
RGB Variations
Color information
#7C86FA (or 0x7C86FA) is known color: Light Slate Blue. HEX triplet: 7C, 86 and FA. RGB value is (124,134,250). Sum of RGB (Red+Green+Blue) = 124+134+250=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C86FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C86FA is #837905. Grayscale: #8F8F8F. Windows color (decimal): -8616198 or 16418428. OLE color: 16418428.
HSL color Cylindrical-coordinate representation of color #7C86FA: hue angle of 235.24º 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 #7C86FA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 134 | 250 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.02 |
| HSL | 235.24º | 0.93% | 0.73% | - |
| HSV(B) | 235.24º | 0.5% | 0.98% | - |
| XYZ | 34.09 | 28.24 | 94.1 | - |
| YUV | 144.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 250 | 0.50 | 0.46 | 0 | 0.02 | 235.24 | 0.93 | 0.73 |
| Hex | 7C | 86 | FA | 32 | 2E | 0 | 2 | EB | 5D | 49 |
| Octal | 174 | 206 | 372 | 62 | 56 | 0 | 2 | 353 | 135 | 111 |
| Binary | 1111100 | 10000110 | 11111010 | 110010 | 101110 | 0 | 10 | 11101011 | 1011101 | 1001001 |
Color Harmonies of #7C86FA
Complementary color
Monochromatic Colors of #7C86FA
Black with #7C86FA
Text Example
Text Example
White with #7C86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C86FA; }
p { color: rgb(124,134,250); }
H1.HeaderClassName
{
color: #7C86FA;
}
.AnyTagClassName
{
color: #7C86FA;
}
</style>
background-color css
<style>
a { background-color: #7C86FA; }
a { background-color: rgb(124,134,250); }
div.DivClassName
{
background-color: #7C86FA;
}
.BgClassName
{
background-color: #7C86FA;
}
</style>
border-color css
<style>
span { border-color: #7C86FA; }
span { border-color: rgb(124,134,250); }
td.TdClassName
{
border-color: #7C86FA;
}
.TagClassName
{
border-color: #7C86FA;
}
</style>