Shades of Light Slate Blue #7C84F8
Tints of Light Slate Blue #7C84F8
RGB
CMYK
RGB Variations
Color information
#7C84F8 (or 0x7C84F8) is known color: Light Slate Blue. HEX triplet: 7C, 84 and F8. RGB value is (124,132,248). Sum of RGB (Red+Green+Blue) = 124+132+248=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C84F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C84F8 is #837B07. Grayscale: #8E8E8E. Windows color (decimal): -8616712 or 16286844. OLE color: 16286844.
HSL color Cylindrical-coordinate representation of color #7C84F8: hue angle of 236.13º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C84F8 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 132 | 248 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.03 |
| HSL | 236.13º | 0.9% | 0.73% | - |
| HSV(B) | 236.13º | 0.5% | 0.97% | - |
| XYZ | 33.51 | 27.56 | 92.36 | - |
| YUV | 142.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 248 | 0.5 | 0.47 | 0 | 0.03 | 236.13 | 0.9 | 0.73 |
| Hex | 7C | 84 | F8 | 32 | 2F | 0 | 3 | EC | 5A | 49 |
| Octal | 174 | 204 | 370 | 62 | 57 | 0 | 3 | 354 | 132 | 111 |
| Binary | 1111100 | 10000100 | 11111000 | 110010 | 101111 | 0 | 11 | 11101100 | 1011010 | 1001001 |
Color Harmonies of #7C84F8
Complementary color
Monochromatic Colors of #7C84F8
Black with #7C84F8
Text Example
Text Example
White with #7C84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C84F8; }
p { color: rgb(124,132,248); }
H1.HeaderClassName
{
color: #7C84F8;
}
.AnyTagClassName
{
color: #7C84F8;
}
</style>
background-color css
<style>
a { background-color: #7C84F8; }
a { background-color: rgb(124,132,248); }
div.DivClassName
{
background-color: #7C84F8;
}
.BgClassName
{
background-color: #7C84F8;
}
</style>
border-color css
<style>
span { border-color: #7C84F8; }
span { border-color: rgb(124,132,248); }
td.TdClassName
{
border-color: #7C84F8;
}
.TagClassName
{
border-color: #7C84F8;
}
</style>