Shades of Regent Grey #70858F
Tints of Regent Grey #70858F
RGB
CMYK
RGB Variations
Color information
#70858F (or 0x70858F) is known color: Regent Grey. HEX triplet: 70, 85 and 8F. RGB value is (112,133,143). Sum of RGB (Red+Green+Blue) = 112+133+143=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #70858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70858F is #8F7A70. Grayscale: #7F7F7F. Windows color (decimal): -9402993 or 9405808. OLE color: 9405808.
HSL color Cylindrical-coordinate representation of color #70858F: hue angle of 199.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70858F is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 133 | 143 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.44 |
| HSL | 199.35º | 0.12% | 0.5% | - |
| HSV(B) | 199.35º | 0.22% | 0.56% | - |
| XYZ | 20.03 | 22.2 | 29.22 | - |
| YUV | 127.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 143 | 0.22 | 0.07 | 0 | 0.44 | 199.35 | 0.12 | 0.5 |
| Hex | 70 | 85 | 8F | 16 | 7 | 0 | 2C | C7 | C | 32 |
| Octal | 160 | 205 | 217 | 26 | 7 | 0 | 54 | 307 | 14 | 62 |
| Binary | 1110000 | 10000101 | 10001111 | 10110 | 111 | 0 | 101100 | 11000111 | 1100 | 110010 |
Color Harmonies of #70858F
Complementary color
Monochromatic Colors of #70858F
Black with #70858F
Text Example
Text Example
White with #70858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70858F; }
p { color: rgb(112,133,143); }
H1.HeaderClassName
{
color: #70858F;
}
.AnyTagClassName
{
color: #70858F;
}
</style>
background-color css
<style>
a { background-color: #70858F; }
a { background-color: rgb(112,133,143); }
div.DivClassName
{
background-color: #70858F;
}
.BgClassName
{
background-color: #70858F;
}
</style>
border-color css
<style>
span { border-color: #70858F; }
span { border-color: rgb(112,133,143); }
td.TdClassName
{
border-color: #70858F;
}
.TagClassName
{
border-color: #70858F;
}
</style>