Shades of Light Slate Blue #7886FF
Tints of Light Slate Blue #7886FF
RGB
CMYK
RGB Variations
Color information
#7886FF (or 0x7886FF) is known color: Light Slate Blue. HEX triplet: 78, 86 and FF. RGB value is (120,134,255). Sum of RGB (Red+Green+Blue) = 120+134+255=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #7886FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7886FF is #877900. Grayscale: #8F8F8F. Windows color (decimal): -8878337 or 16746104. OLE color: 16746104.
HSL color Cylindrical-coordinate representation of color #7886FF: hue angle of 233.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7886FF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 134 | 255 | - |
| CMYK | 0.53 | 0.47 | 0 | 0 |
| HSL | 233.78º | 1% | 0.74% | - |
| HSV(B) | 233.78º | 0.53% | 1% | - |
| XYZ | 34.32 | 28.26 | 98.25 | - |
| YUV | 143.61 | 190.86 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 255 | 0.53 | 0.47 | 0 | 0 | 233.78 | 1 | 0.74 |
| Hex | 78 | 86 | FF | 35 | 2F | 0 | 0 | EA | 64 | 4A |
| Octal | 170 | 206 | 377 | 65 | 57 | 0 | 0 | 352 | 144 | 112 |
| Binary | 1111000 | 10000110 | 11111111 | 110101 | 101111 | 0 | 0 | 11101010 | 1100100 | 1001010 |
Color Harmonies of #7886FF
Complementary color
Monochromatic Colors of #7886FF
Black with #7886FF
Text Example
Text Example
White with #7886FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7886FF; }
p { color: rgb(120,134,255); }
H1.HeaderClassName
{
color: #7886FF;
}
.AnyTagClassName
{
color: #7886FF;
}
</style>
background-color css
<style>
a { background-color: #7886FF; }
a { background-color: rgb(120,134,255); }
div.DivClassName
{
background-color: #7886FF;
}
.BgClassName
{
background-color: #7886FF;
}
</style>
border-color css
<style>
span { border-color: #7886FF; }
span { border-color: rgb(120,134,255); }
td.TdClassName
{
border-color: #7886FF;
}
.TagClassName
{
border-color: #7886FF;
}
</style>