Shades of Light Slate Blue #7885FF
Tints of Light Slate Blue #7885FF
RGB
CMYK
RGB Variations
Color information
#7885FF (or 0x7885FF) is known color: Light Slate Blue. HEX triplet: 78, 85 and FF. RGB value is (120,133,255). Sum of RGB (Red+Green+Blue) = 120+133+255=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #7885FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7885FF is #877A00. Grayscale: #8E8E8E. Windows color (decimal): -8878593 or 16745848. OLE color: 16745848.
HSL color Cylindrical-coordinate representation of color #7885FF: hue angle of 234.22º 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 #7885FF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 133 | 255 | - |
| CMYK | 0.53 | 0.48 | 0 | 0 |
| HSL | 234.22º | 1% | 0.74% | - |
| HSV(B) | 234.22º | 0.53% | 1% | - |
| XYZ | 34.18 | 27.99 | 98.21 | - |
| YUV | 143.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 255 | 0.53 | 0.48 | 0 | 0 | 234.22 | 1 | 0.74 |
| Hex | 78 | 85 | FF | 35 | 30 | 0 | 0 | EA | 64 | 4A |
| Octal | 170 | 205 | 377 | 65 | 60 | 0 | 0 | 352 | 144 | 112 |
| Binary | 1111000 | 10000101 | 11111111 | 110101 | 110000 | 0 | 0 | 11101010 | 1100100 | 1001010 |
Color Harmonies of #7885FF
Complementary color
Monochromatic Colors of #7885FF
Black with #7885FF
Text Example
Text Example
White with #7885FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885FF; }
p { color: rgb(120,133,255); }
H1.HeaderClassName
{
color: #7885FF;
}
.AnyTagClassName
{
color: #7885FF;
}
</style>
background-color css
<style>
a { background-color: #7885FF; }
a { background-color: rgb(120,133,255); }
div.DivClassName
{
background-color: #7885FF;
}
.BgClassName
{
background-color: #7885FF;
}
</style>
border-color css
<style>
span { border-color: #7885FF; }
span { border-color: rgb(120,133,255); }
td.TdClassName
{
border-color: #7885FF;
}
.TagClassName
{
border-color: #7885FF;
}
</style>