Shades of Light Slate Blue #7C85EF
Tints of Light Slate Blue #7C85EF
RGB
CMYK
RGB Variations
Color information
#7C85EF (or 0x7C85EF) is known color: Light Slate Blue. HEX triplet: 7C, 85 and EF. RGB value is (124,133,239). Sum of RGB (Red+Green+Blue) = 124+133+239=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C85EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C85EF is #837A10. Grayscale: #8D8D8D. Windows color (decimal): -8616465 or 15697276. OLE color: 15697276.
HSL color Cylindrical-coordinate representation of color #7C85EF: hue angle of 235.3º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C85EF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 133 | 239 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.06 |
| HSL | 235.3º | 0.78% | 0.71% | - |
| HSV(B) | 235.3º | 0.48% | 0.94% | - |
| XYZ | 32.28 | 27.29 | 85.23 | - |
| YUV | 142.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 239 | 0.48 | 0.44 | 0 | 0.06 | 235.3 | 0.78 | 0.71 |
| Hex | 7C | 85 | EF | 30 | 2C | 0 | 6 | EB | 4E | 47 |
| Octal | 174 | 205 | 357 | 60 | 54 | 0 | 6 | 353 | 116 | 107 |
| Binary | 1111100 | 10000101 | 11101111 | 110000 | 101100 | 0 | 110 | 11101011 | 1001110 | 1000111 |
Color Harmonies of #7C85EF
Complementary color
Monochromatic Colors of #7C85EF
Black with #7C85EF
Text Example
Text Example
White with #7C85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C85EF; }
p { color: rgb(124,133,239); }
H1.HeaderClassName
{
color: #7C85EF;
}
.AnyTagClassName
{
color: #7C85EF;
}
</style>
background-color css
<style>
a { background-color: #7C85EF; }
a { background-color: rgb(124,133,239); }
div.DivClassName
{
background-color: #7C85EF;
}
.BgClassName
{
background-color: #7C85EF;
}
</style>
border-color css
<style>
span { border-color: #7C85EF; }
span { border-color: rgb(124,133,239); }
td.TdClassName
{
border-color: #7C85EF;
}
.TagClassName
{
border-color: #7C85EF;
}
</style>