Shades of Allports #096784
Tints of Allports #096784
RGB
CMYK
RGB Variations
Color information
#096784 (or 0x096784) is known color: Allports. HEX triplet: 09, 67 and 84. RGB value is (9,103,132). Sum of RGB (Red+Green+Blue) = 9+103+132=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #096784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096784 is #F6987B. Grayscale: #4D4D4D. Windows color (decimal): -16160892 or 8677129. OLE color: 8677129.
HSL color Cylindrical-coordinate representation of color #096784: hue angle of 194.15º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096784 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 103 | 132 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.48 |
| HSL | 194.15º | 0.87% | 0.28% | - |
| HSV(B) | 194.15º | 0.93% | 0.52% | - |
| XYZ | 9.13 | 11.42 | 23.55 | - |
| YUV | 78.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 132 | 0.93 | 0.22 | 0 | 0.48 | 194.15 | 0.87 | 0.28 |
| Hex | 9 | 67 | 84 | 5D | 16 | 0 | 30 | C2 | 57 | 1C |
| Octal | 11 | 147 | 204 | 135 | 26 | 0 | 60 | 302 | 127 | 34 |
| Binary | 1001 | 1100111 | 10000100 | 1011101 | 10110 | 0 | 110000 | 11000010 | 1010111 | 11100 |
Color Harmonies of #096784
Complementary color
Monochromatic Colors of #096784
Black with #096784
Text Example
Text Example
White with #096784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096784; }
p { color: rgb(9,103,132); }
H1.HeaderClassName
{
color: #096784;
}
.AnyTagClassName
{
color: #096784;
}
</style>
background-color css
<style>
a { background-color: #096784; }
a { background-color: rgb(9,103,132); }
div.DivClassName
{
background-color: #096784;
}
.BgClassName
{
background-color: #096784;
}
</style>
border-color css
<style>
span { border-color: #096784; }
span { border-color: rgb(9,103,132); }
td.TdClassName
{
border-color: #096784;
}
.TagClassName
{
border-color: #096784;
}
</style>