Shades of Light Slate Blue #7885F7
Tints of Light Slate Blue #7885F7
RGB
CMYK
RGB Variations
Color information
#7885F7 (or 0x7885F7) is known color: Light Slate Blue. HEX triplet: 78, 85 and F7. RGB value is (120,133,247). Sum of RGB (Red+Green+Blue) = 120+133+247=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #7885F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7885F7 is #877A08. Grayscale: #8D8D8D. Windows color (decimal): -8878601 or 16221560. OLE color: 16221560.
HSL color Cylindrical-coordinate representation of color #7885F7: hue angle of 233.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7885F7 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 133 | 247 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.03 |
| HSL | 233.86º | 0.89% | 0.72% | - |
| HSV(B) | 233.86º | 0.51% | 0.97% | - |
| XYZ | 32.92 | 27.48 | 91.57 | - |
| YUV | 142.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 247 | 0.51 | 0.46 | 0 | 0.03 | 233.86 | 0.89 | 0.72 |
| Hex | 78 | 85 | F7 | 33 | 2E | 0 | 3 | EA | 59 | 48 |
| Octal | 170 | 205 | 367 | 63 | 56 | 0 | 3 | 352 | 131 | 110 |
| Binary | 1111000 | 10000101 | 11110111 | 110011 | 101110 | 0 | 11 | 11101010 | 1011001 | 1001000 |
Color Harmonies of #7885F7
Complementary color
Monochromatic Colors of #7885F7
Black with #7885F7
Text Example
Text Example
White with #7885F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885F7; }
p { color: rgb(120,133,247); }
H1.HeaderClassName
{
color: #7885F7;
}
.AnyTagClassName
{
color: #7885F7;
}
</style>
background-color css
<style>
a { background-color: #7885F7; }
a { background-color: rgb(120,133,247); }
div.DivClassName
{
background-color: #7885F7;
}
.BgClassName
{
background-color: #7885F7;
}
</style>
border-color css
<style>
span { border-color: #7885F7; }
span { border-color: rgb(120,133,247); }
td.TdClassName
{
border-color: #7885F7;
}
.TagClassName
{
border-color: #7885F7;
}
</style>