Shades of Light Slate Blue #7884FE
Tints of Light Slate Blue #7884FE
RGB
CMYK
RGB Variations
Color information
#7884FE (or 0x7884FE) is known color: Light Slate Blue. HEX triplet: 78, 84 and FE. RGB value is (120,132,254). Sum of RGB (Red+Green+Blue) = 120+132+254=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #7884FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7884FE is #877B01. Grayscale: #8D8D8D. Windows color (decimal): -8878850 or 16680056. OLE color: 16680056.
HSL color Cylindrical-coordinate representation of color #7884FE: hue angle of 234.63º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7884FE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 132 | 254 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.00 |
| HSL | 234.63º | 0.99% | 0.73% | - |
| HSV(B) | 234.63º | 0.53% | 1% | - |
| XYZ | 33.89 | 27.65 | 97.32 | - |
| YUV | 142.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 254 | 0.53 | 0.48 | 0 | 0.00 | 234.63 | 0.99 | 0.73 |
| Hex | 78 | 84 | FE | 35 | 30 | 0 | 0 | EB | 63 | 49 |
| Octal | 170 | 204 | 376 | 65 | 60 | 0 | 0 | 353 | 143 | 111 |
| Binary | 1111000 | 10000100 | 11111110 | 110101 | 110000 | 0 | 0 | 11101011 | 1100011 | 1001001 |
Color Harmonies of #7884FE
Complementary color
Monochromatic Colors of #7884FE
Black with #7884FE
Text Example
Text Example
White with #7884FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7884FE; }
p { color: rgb(120,132,254); }
H1.HeaderClassName
{
color: #7884FE;
}
.AnyTagClassName
{
color: #7884FE;
}
</style>
background-color css
<style>
a { background-color: #7884FE; }
a { background-color: rgb(120,132,254); }
div.DivClassName
{
background-color: #7884FE;
}
.BgClassName
{
background-color: #7884FE;
}
</style>
border-color css
<style>
span { border-color: #7884FE; }
span { border-color: rgb(120,132,254); }
td.TdClassName
{
border-color: #7884FE;
}
.TagClassName
{
border-color: #7884FE;
}
</style>