Shades of Light Slate Blue #7887FF
Tints of Light Slate Blue #7887FF
RGB
CMYK
RGB Variations
Color information
#7887FF (or 0x7887FF) is known color: Light Slate Blue. HEX triplet: 78, 87 and FF. RGB value is (120,135,255). Sum of RGB (Red+Green+Blue) = 120+135+255=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #7887FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7887FF is #877800. Grayscale: #8F8F8F. Windows color (decimal): -8878081 or 16746360. OLE color: 16746360.
HSL color Cylindrical-coordinate representation of color #7887FF: hue angle of 233.33º 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 #7887FF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 135 | 255 | - |
| CMYK | 0.53 | 0.47 | 0 | 0 |
| HSL | 233.33º | 1% | 0.74% | - |
| HSV(B) | 233.33º | 0.53% | 1% | - |
| XYZ | 34.46 | 28.54 | 98.3 | - |
| YUV | 144.2 | 190.53 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 255 | 0.53 | 0.47 | 0 | 0 | 233.33 | 1 | 0.74 |
| Hex | 78 | 87 | FF | 35 | 2F | 0 | 0 | E9 | 64 | 4A |
| Octal | 170 | 207 | 377 | 65 | 57 | 0 | 0 | 351 | 144 | 112 |
| Binary | 1111000 | 10000111 | 11111111 | 110101 | 101111 | 0 | 0 | 11101001 | 1100100 | 1001010 |
Color Harmonies of #7887FF
Complementary color
Monochromatic Colors of #7887FF
Black with #7887FF
Text Example
Text Example
White with #7887FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887FF; }
p { color: rgb(120,135,255); }
H1.HeaderClassName
{
color: #7887FF;
}
.AnyTagClassName
{
color: #7887FF;
}
</style>
background-color css
<style>
a { background-color: #7887FF; }
a { background-color: rgb(120,135,255); }
div.DivClassName
{
background-color: #7887FF;
}
.BgClassName
{
background-color: #7887FF;
}
</style>
border-color css
<style>
span { border-color: #7887FF; }
span { border-color: rgb(120,135,255); }
td.TdClassName
{
border-color: #7887FF;
}
.TagClassName
{
border-color: #7887FF;
}
</style>