Shades of Light Slate Blue #7C84FF
Tints of Light Slate Blue #7C84FF
RGB
CMYK
RGB Variations
Color information
#7C84FF (or 0x7C84FF) is known color: Light Slate Blue. HEX triplet: 7C, 84 and FF. RGB value is (124,132,255). Sum of RGB (Red+Green+Blue) = 124+132+255=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C84FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C84FF is #837B00. Grayscale: #8F8F8F. Windows color (decimal): -8616705 or 16745596. OLE color: 16745596.
HSL color Cylindrical-coordinate representation of color #7C84FF: hue angle of 236.34º 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 #7C84FF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 132 | 255 | - |
| CMYK | 0.51 | 0.48 | 0 | 0 |
| HSL | 236.34º | 1% | 0.74% | - |
| HSV(B) | 236.34º | 0.51% | 1% | - |
| XYZ | 34.61 | 28.01 | 98.19 | - |
| YUV | 143.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 255 | 0.51 | 0.48 | 0 | 0 | 236.34 | 1 | 0.74 |
| Hex | 7C | 84 | FF | 33 | 30 | 0 | 0 | EC | 64 | 4A |
| Octal | 174 | 204 | 377 | 63 | 60 | 0 | 0 | 354 | 144 | 112 |
| Binary | 1111100 | 10000100 | 11111111 | 110011 | 110000 | 0 | 0 | 11101100 | 1100100 | 1001010 |
Color Harmonies of #7C84FF
Complementary color
Monochromatic Colors of #7C84FF
Black with #7C84FF
Text Example
Text Example
White with #7C84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C84FF; }
p { color: rgb(124,132,255); }
H1.HeaderClassName
{
color: #7C84FF;
}
.AnyTagClassName
{
color: #7C84FF;
}
</style>
background-color css
<style>
a { background-color: #7C84FF; }
a { background-color: rgb(124,132,255); }
div.DivClassName
{
background-color: #7C84FF;
}
.BgClassName
{
background-color: #7C84FF;
}
</style>
border-color css
<style>
span { border-color: #7C84FF; }
span { border-color: rgb(124,132,255); }
td.TdClassName
{
border-color: #7C84FF;
}
.TagClassName
{
border-color: #7C84FF;
}
</style>