Shades of Allports #086884
Tints of Allports #086884
RGB
CMYK
RGB Variations
Color information
#086884 (or 0x086884) is known color: Allports. HEX triplet: 08, 68 and 84. RGB value is (8,104,132). Sum of RGB (Red+Green+Blue) = 8+104+132=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 104 (41.02% from 255 or 42.62% 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 #086884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086884 is #F7977B. Grayscale: #4E4E4E. Windows color (decimal): -16226172 or 8677384. OLE color: 8677384.
HSL color Cylindrical-coordinate representation of color #086884: hue angle of 193.55º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086884 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 104 | 132 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.48 |
| HSL | 193.55º | 0.89% | 0.27% | - |
| HSV(B) | 193.55º | 0.94% | 0.52% | - |
| XYZ | 9.22 | 11.62 | 23.59 | - |
| YUV | 78.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 132 | 0.94 | 0.21 | 0 | 0.48 | 193.55 | 0.89 | 0.27 |
| Hex | 8 | 68 | 84 | 5E | 15 | 0 | 30 | C2 | 59 | 1B |
| Octal | 10 | 150 | 204 | 136 | 25 | 0 | 60 | 302 | 131 | 33 |
| Binary | 1000 | 1101000 | 10000100 | 1011110 | 10101 | 0 | 110000 | 11000010 | 1011001 | 11011 |
Color Harmonies of #086884
Complementary color
Monochromatic Colors of #086884
Black with #086884
Text Example
Text Example
White with #086884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086884; }
p { color: rgb(8,104,132); }
H1.HeaderClassName
{
color: #086884;
}
.AnyTagClassName
{
color: #086884;
}
</style>
background-color css
<style>
a { background-color: #086884; }
a { background-color: rgb(8,104,132); }
div.DivClassName
{
background-color: #086884;
}
.BgClassName
{
background-color: #086884;
}
</style>
border-color css
<style>
span { border-color: #086884; }
span { border-color: rgb(8,104,132); }
td.TdClassName
{
border-color: #086884;
}
.TagClassName
{
border-color: #086884;
}
</style>