Shades of Allports #086787
Tints of Allports #086787
RGB
CMYK
RGB Variations
Color information
#086787 (or 0x086787) is known color: Allports. HEX triplet: 08, 67 and 87. RGB value is (8,103,135). Sum of RGB (Red+Green+Blue) = 8+103+135=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #086787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086787 is #F79878. Grayscale: #4E4E4E. Windows color (decimal): -16226425 or 8873736. OLE color: 8873736.
HSL color Cylindrical-coordinate representation of color #086787: hue angle of 195.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086787 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 103 | 135 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.47 |
| HSL | 195.12º | 0.89% | 0.28% | - |
| HSV(B) | 195.12º | 0.94% | 0.53% | - |
| XYZ | 9.32 | 11.5 | 24.65 | - |
| YUV | 78.24 | 160.03 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 135 | 0.94 | 0.24 | 0 | 0.47 | 195.12 | 0.89 | 0.28 |
| Hex | 8 | 67 | 87 | 5E | 18 | 0 | 2F | C3 | 59 | 1C |
| Octal | 10 | 147 | 207 | 136 | 30 | 0 | 57 | 303 | 131 | 34 |
| Binary | 1000 | 1100111 | 10000111 | 1011110 | 11000 | 0 | 101111 | 11000011 | 1011001 | 11100 |
Color Harmonies of #086787
Complementary color
Monochromatic Colors of #086787
Black with #086787
Text Example
Text Example
White with #086787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086787; }
p { color: rgb(8,103,135); }
H1.HeaderClassName
{
color: #086787;
}
.AnyTagClassName
{
color: #086787;
}
</style>
background-color css
<style>
a { background-color: #086787; }
a { background-color: rgb(8,103,135); }
div.DivClassName
{
background-color: #086787;
}
.BgClassName
{
background-color: #086787;
}
</style>
border-color css
<style>
span { border-color: #086787; }
span { border-color: rgb(8,103,135); }
td.TdClassName
{
border-color: #086787;
}
.TagClassName
{
border-color: #086787;
}
</style>