Shades of Light Slate Blue #7886FA
Tints of Light Slate Blue #7886FA
RGB
CMYK
RGB Variations
Color information
#7886FA (or 0x7886FA) is known color: Light Slate Blue. HEX triplet: 78, 86 and FA. RGB value is (120,134,250). Sum of RGB (Red+Green+Blue) = 120+134+250=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #7886FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7886FA is #877905. Grayscale: #8E8E8E. Windows color (decimal): -8878342 or 16418424. OLE color: 16418424.
HSL color Cylindrical-coordinate representation of color #7886FA: hue angle of 233.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7886FA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 134 | 250 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.02 |
| HSL | 233.54º | 0.93% | 0.73% | - |
| HSV(B) | 233.54º | 0.52% | 0.98% | - |
| XYZ | 33.53 | 27.95 | 94.07 | - |
| YUV | 143.04 | 188.36 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 250 | 0.52 | 0.46 | 0 | 0.02 | 233.54 | 0.93 | 0.73 |
| Hex | 78 | 86 | FA | 34 | 2E | 0 | 2 | EA | 5D | 49 |
| Octal | 170 | 206 | 372 | 64 | 56 | 0 | 2 | 352 | 135 | 111 |
| Binary | 1111000 | 10000110 | 11111010 | 110100 | 101110 | 0 | 10 | 11101010 | 1011101 | 1001001 |
Color Harmonies of #7886FA
Complementary color
Monochromatic Colors of #7886FA
Black with #7886FA
Text Example
Text Example
White with #7886FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7886FA; }
p { color: rgb(120,134,250); }
H1.HeaderClassName
{
color: #7886FA;
}
.AnyTagClassName
{
color: #7886FA;
}
</style>
background-color css
<style>
a { background-color: #7886FA; }
a { background-color: rgb(120,134,250); }
div.DivClassName
{
background-color: #7886FA;
}
.BgClassName
{
background-color: #7886FA;
}
</style>
border-color css
<style>
span { border-color: #7886FA; }
span { border-color: rgb(120,134,250); }
td.TdClassName
{
border-color: #7886FA;
}
.TagClassName
{
border-color: #7886FA;
}
</style>