Shades of Allports #086785
Tints of Allports #086785
RGB
CMYK
RGB Variations
Color information
#086785 (or 0x086785) is known color: Allports. HEX triplet: 08, 67 and 85. RGB value is (8,103,133). Sum of RGB (Red+Green+Blue) = 8+103+133=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #086785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086785 is #F7987A. Grayscale: #4D4D4D. Windows color (decimal): -16226427 or 8742664. OLE color: 8742664.
HSL color Cylindrical-coordinate representation of color #086785: hue angle of 194.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086785 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 103 | 133 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.48 |
| HSL | 194.4º | 0.89% | 0.28% | - |
| HSV(B) | 194.4º | 0.94% | 0.52% | - |
| XYZ | 9.18 | 11.45 | 23.92 | - |
| YUV | 78.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 133 | 0.94 | 0.23 | 0 | 0.48 | 194.4 | 0.89 | 0.28 |
| Hex | 8 | 67 | 85 | 5E | 17 | 0 | 30 | C2 | 59 | 1C |
| Octal | 10 | 147 | 205 | 136 | 27 | 0 | 60 | 302 | 131 | 34 |
| Binary | 1000 | 1100111 | 10000101 | 1011110 | 10111 | 0 | 110000 | 11000010 | 1011001 | 11100 |
Color Harmonies of #086785
Complementary color
Monochromatic Colors of #086785
Black with #086785
Text Example
Text Example
White with #086785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086785; }
p { color: rgb(8,103,133); }
H1.HeaderClassName
{
color: #086785;
}
.AnyTagClassName
{
color: #086785;
}
</style>
background-color css
<style>
a { background-color: #086785; }
a { background-color: rgb(8,103,133); }
div.DivClassName
{
background-color: #086785;
}
.BgClassName
{
background-color: #086785;
}
</style>
border-color css
<style>
span { border-color: #086785; }
span { border-color: rgb(8,103,133); }
td.TdClassName
{
border-color: #086785;
}
.TagClassName
{
border-color: #086785;
}
</style>