Shades of Light Slate Blue #7F84EF
Tints of Light Slate Blue #7F84EF
RGB
CMYK
RGB Variations
Color information
#7F84EF (or 0x7F84EF) is known color: Light Slate Blue. HEX triplet: 7F, 84 and EF. RGB value is (127,132,239). Sum of RGB (Red+Green+Blue) = 127+132+239=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F84EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F84EF is #807B10. Grayscale: #8E8E8E. Windows color (decimal): -8420113 or 15697023. OLE color: 15697023.
HSL color Cylindrical-coordinate representation of color #7F84EF: hue angle of 237.32º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F84EF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 132 | 239 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.06 |
| HSL | 237.32º | 0.78% | 0.72% | - |
| HSV(B) | 237.32º | 0.47% | 0.94% | - |
| XYZ | 32.58 | 27.25 | 85.2 | - |
| YUV | 142.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 239 | 0.47 | 0.45 | 0 | 0.06 | 237.32 | 0.78 | 0.72 |
| Hex | 7F | 84 | EF | 2F | 2D | 0 | 6 | ED | 4E | 48 |
| Octal | 177 | 204 | 357 | 57 | 55 | 0 | 6 | 355 | 116 | 110 |
| Binary | 1111111 | 10000100 | 11101111 | 101111 | 101101 | 0 | 110 | 11101101 | 1001110 | 1001000 |
Color Harmonies of #7F84EF
Complementary color
Monochromatic Colors of #7F84EF
Black with #7F84EF
Text Example
Text Example
White with #7F84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F84EF; }
p { color: rgb(127,132,239); }
H1.HeaderClassName
{
color: #7F84EF;
}
.AnyTagClassName
{
color: #7F84EF;
}
</style>
background-color css
<style>
a { background-color: #7F84EF; }
a { background-color: rgb(127,132,239); }
div.DivClassName
{
background-color: #7F84EF;
}
.BgClassName
{
background-color: #7F84EF;
}
</style>
border-color css
<style>
span { border-color: #7F84EF; }
span { border-color: rgb(127,132,239); }
td.TdClassName
{
border-color: #7F84EF;
}
.TagClassName
{
border-color: #7F84EF;
}
</style>