Shades of Light Slate Blue #7F84FF
Tints of Light Slate Blue #7F84FF
RGB
CMYK
RGB Variations
Color information
#7F84FF (or 0x7F84FF) is known color: Light Slate Blue. HEX triplet: 7F, 84 and FF. RGB value is (127,132,255). Sum of RGB (Red+Green+Blue) = 127+132+255=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F84FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F84FF is #807B00. Grayscale: #909090. Windows color (decimal): -8420097 or 16745599. OLE color: 16745599.
HSL color Cylindrical-coordinate representation of color #7F84FF: hue angle of 237.66º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F84FF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 132 | 255 | - |
| CMYK | 0.50 | 0.48 | 0 | 0 |
| HSL | 237.66º | 1% | 0.75% | - |
| HSV(B) | 237.66º | 0.5% | 1% | - |
| XYZ | 35.05 | 28.23 | 98.21 | - |
| YUV | 144.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 255 | 0.50 | 0.48 | 0 | 0 | 237.66 | 1 | 0.75 |
| Hex | 7F | 84 | FF | 32 | 30 | 0 | 0 | EE | 64 | 4B |
| Octal | 177 | 204 | 377 | 62 | 60 | 0 | 0 | 356 | 144 | 113 |
| Binary | 1111111 | 10000100 | 11111111 | 110010 | 110000 | 0 | 0 | 11101110 | 1100100 | 1001011 |
Color Harmonies of #7F84FF
Complementary color
Monochromatic Colors of #7F84FF
Black with #7F84FF
Text Example
Text Example
White with #7F84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F84FF; }
p { color: rgb(127,132,255); }
H1.HeaderClassName
{
color: #7F84FF;
}
.AnyTagClassName
{
color: #7F84FF;
}
</style>
background-color css
<style>
a { background-color: #7F84FF; }
a { background-color: rgb(127,132,255); }
div.DivClassName
{
background-color: #7F84FF;
}
.BgClassName
{
background-color: #7F84FF;
}
</style>
border-color css
<style>
span { border-color: #7F84FF; }
span { border-color: rgb(127,132,255); }
td.TdClassName
{
border-color: #7F84FF;
}
.TagClassName
{
border-color: #7F84FF;
}
</style>