Shades of Allports #09708C
Tints of Allports #09708C
RGB
CMYK
RGB Variations
Color information
#09708C (or 0x09708C) is known color: Allports. HEX triplet: 09, 70 and 8C. RGB value is (9,112,140). Sum of RGB (Red+Green+Blue) = 9+112+140=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #09708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09708C is #F68F73. Grayscale: #545454. Windows color (decimal): -16158580 or 9203721. OLE color: 9203721.
HSL color Cylindrical-coordinate representation of color #09708C: hue angle of 192.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09708C is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 112 | 140 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.45 |
| HSL | 192.82º | 0.88% | 0.29% | - |
| HSV(B) | 192.82º | 0.94% | 0.55% | - |
| XYZ | 10.64 | 13.54 | 26.86 | - |
| YUV | 84.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 140 | 0.94 | 0.20 | 0 | 0.45 | 192.82 | 0.88 | 0.29 |
| Hex | 9 | 70 | 8C | 5E | 14 | 0 | 2D | C1 | 58 | 1D |
| Octal | 11 | 160 | 214 | 136 | 24 | 0 | 55 | 301 | 130 | 35 |
| Binary | 1001 | 1110000 | 10001100 | 1011110 | 10100 | 0 | 101101 | 11000001 | 1011000 | 11101 |
Color Harmonies of #09708C
Complementary color
Monochromatic Colors of #09708C
Black with #09708C
Text Example
Text Example
White with #09708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09708C; }
p { color: rgb(9,112,140); }
H1.HeaderClassName
{
color: #09708C;
}
.AnyTagClassName
{
color: #09708C;
}
</style>
background-color css
<style>
a { background-color: #09708C; }
a { background-color: rgb(9,112,140); }
div.DivClassName
{
background-color: #09708C;
}
.BgClassName
{
background-color: #09708C;
}
</style>
border-color css
<style>
span { border-color: #09708C; }
span { border-color: rgb(9,112,140); }
td.TdClassName
{
border-color: #09708C;
}
.TagClassName
{
border-color: #09708C;
}
</style>