Shades of Light Slate Blue #7C8CFF
Tints of Light Slate Blue #7C8CFF
RGB
CMYK
RGB Variations
Color information
#7C8CFF (or 0x7C8CFF) is known color: Light Slate Blue. HEX triplet: 7C, 8C and FF. RGB value is (124,140,255). Sum of RGB (Red+Green+Blue) = 124+140+255=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C8CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8CFF is #837300. Grayscale: #939393. Windows color (decimal): -8614657 or 16747644. OLE color: 16747644.
HSL color Cylindrical-coordinate representation of color #7C8CFF: hue angle of 232.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C8CFF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 140 | 255 | - |
| CMYK | 0.51 | 0.45 | 0 | 0 |
| HSL | 232.67º | 1% | 0.74% | - |
| HSV(B) | 232.67º | 0.51% | 1% | - |
| XYZ | 35.74 | 30.26 | 98.57 | - |
| YUV | 148.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 140 | 255 | 0.51 | 0.45 | 0 | 0 | 232.67 | 1 | 0.74 |
| Hex | 7C | 8C | FF | 33 | 2D | 0 | 0 | E9 | 64 | 4A |
| Octal | 174 | 214 | 377 | 63 | 55 | 0 | 0 | 351 | 144 | 112 |
| Binary | 1111100 | 10001100 | 11111111 | 110011 | 101101 | 0 | 0 | 11101001 | 1100100 | 1001010 |
Color Harmonies of #7C8CFF
Complementary color
Monochromatic Colors of #7C8CFF
Black with #7C8CFF
Text Example
Text Example
White with #7C8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8CFF; }
p { color: rgb(124,140,255); }
H1.HeaderClassName
{
color: #7C8CFF;
}
.AnyTagClassName
{
color: #7C8CFF;
}
</style>
background-color css
<style>
a { background-color: #7C8CFF; }
a { background-color: rgb(124,140,255); }
div.DivClassName
{
background-color: #7C8CFF;
}
.BgClassName
{
background-color: #7C8CFF;
}
</style>
border-color css
<style>
span { border-color: #7C8CFF; }
span { border-color: rgb(124,140,255); }
td.TdClassName
{
border-color: #7C8CFF;
}
.TagClassName
{
border-color: #7C8CFF;
}
</style>