Shades of Light Slate Blue #7D84FF
Tints of Light Slate Blue #7D84FF
RGB
CMYK
RGB Variations
Color information
#7D84FF (or 0x7D84FF) is known color: Light Slate Blue. HEX triplet: 7D, 84 and FF. RGB value is (125,132,255). Sum of RGB (Red+Green+Blue) = 125+132+255=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D84FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D84FF is #827B00. Grayscale: #8F8F8F. Windows color (decimal): -8551169 or 16745597. OLE color: 16745597.
HSL color Cylindrical-coordinate representation of color #7D84FF: hue angle of 236.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D84FF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 132 | 255 | - |
| CMYK | 0.51 | 0.48 | 0 | 0 |
| HSL | 236.77º | 1% | 0.75% | - |
| HSV(B) | 236.77º | 0.51% | 1% | - |
| XYZ | 34.76 | 28.08 | 98.2 | - |
| YUV | 143.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 255 | 0.51 | 0.48 | 0 | 0 | 236.77 | 1 | 0.75 |
| Hex | 7D | 84 | FF | 33 | 30 | 0 | 0 | ED | 64 | 4B |
| Octal | 175 | 204 | 377 | 63 | 60 | 0 | 0 | 355 | 144 | 113 |
| Binary | 1111101 | 10000100 | 11111111 | 110011 | 110000 | 0 | 0 | 11101101 | 1100100 | 1001011 |
Color Harmonies of #7D84FF
Complementary color
Monochromatic Colors of #7D84FF
Black with #7D84FF
Text Example
Text Example
White with #7D84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D84FF; }
p { color: rgb(125,132,255); }
H1.HeaderClassName
{
color: #7D84FF;
}
.AnyTagClassName
{
color: #7D84FF;
}
</style>
background-color css
<style>
a { background-color: #7D84FF; }
a { background-color: rgb(125,132,255); }
div.DivClassName
{
background-color: #7D84FF;
}
.BgClassName
{
background-color: #7D84FF;
}
</style>
border-color css
<style>
span { border-color: #7D84FF; }
span { border-color: rgb(125,132,255); }
td.TdClassName
{
border-color: #7D84FF;
}
.TagClassName
{
border-color: #7D84FF;
}
</style>