Shades of Gothic #70939C
Tints of Gothic #70939C
RGB
CMYK
RGB Variations
Color information
#70939C (or 0x70939C) is known color: Gothic. HEX triplet: 70, 93 and 9C. RGB value is (112,147,156). Sum of RGB (Red+Green+Blue) = 112+147+156=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #70939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70939C is #8F6C63. Grayscale: #898989. Windows color (decimal): -9399396 or 10261360. OLE color: 10261360.
HSL color Cylindrical-coordinate representation of color #70939C: hue angle of 192.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70939C is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 147 | 156 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.39 |
| HSL | 192.27º | 0.18% | 0.53% | - |
| HSV(B) | 192.27º | 0.28% | 0.61% | - |
| XYZ | 23.12 | 26.71 | 35.39 | - |
| YUV | 137.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 156 | 0.28 | 0.06 | 0 | 0.39 | 192.27 | 0.18 | 0.53 |
| Hex | 70 | 93 | 9C | 1C | 6 | 0 | 27 | C0 | 12 | 35 |
| Octal | 160 | 223 | 234 | 34 | 6 | 0 | 47 | 300 | 22 | 65 |
| Binary | 1110000 | 10010011 | 10011100 | 11100 | 110 | 0 | 100111 | 11000000 | 10010 | 110101 |
Color Harmonies of #70939C
Complementary color
Monochromatic Colors of #70939C
Black with #70939C
Text Example
Text Example
White with #70939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70939C; }
p { color: rgb(112,147,156); }
H1.HeaderClassName
{
color: #70939C;
}
.AnyTagClassName
{
color: #70939C;
}
</style>
background-color css
<style>
a { background-color: #70939C; }
a { background-color: rgb(112,147,156); }
div.DivClassName
{
background-color: #70939C;
}
.BgClassName
{
background-color: #70939C;
}
</style>
border-color css
<style>
span { border-color: #70939C; }
span { border-color: rgb(112,147,156); }
td.TdClassName
{
border-color: #70939C;
}
.TagClassName
{
border-color: #70939C;
}
</style>