Shades of Allports #086C83
Tints of Allports #086C83
RGB
CMYK
RGB Variations
Color information
#086C83 (or 0x086C83) is known color: Allports. HEX triplet: 08, 6C and 83. RGB value is (8,108,131). Sum of RGB (Red+Green+Blue) = 8+108+131=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #086C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086C83 is #F7937C. Grayscale: #505050. Windows color (decimal): -16225149 or 8612872. OLE color: 8612872.
HSL color Cylindrical-coordinate representation of color #086C83: hue angle of 191.22º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086C83 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 108 | 131 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.49 |
| HSL | 191.22º | 0.88% | 0.27% | - |
| HSV(B) | 191.22º | 0.94% | 0.51% | - |
| XYZ | 9.56 | 12.42 | 23.37 | - |
| YUV | 80.72 | 156.37 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 131 | 0.94 | 0.18 | 0 | 0.49 | 191.22 | 0.88 | 0.27 |
| Hex | 8 | 6C | 83 | 5E | 12 | 0 | 31 | BF | 58 | 1B |
| Octal | 10 | 154 | 203 | 136 | 22 | 0 | 61 | 277 | 130 | 33 |
| Binary | 1000 | 1101100 | 10000011 | 1011110 | 10010 | 0 | 110001 | 10111111 | 1011000 | 11011 |
Color Harmonies of #086C83
Complementary color
Monochromatic Colors of #086C83
Black with #086C83
Text Example
Text Example
White with #086C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C83; }
p { color: rgb(8,108,131); }
H1.HeaderClassName
{
color: #086C83;
}
.AnyTagClassName
{
color: #086C83;
}
</style>
background-color css
<style>
a { background-color: #086C83; }
a { background-color: rgb(8,108,131); }
div.DivClassName
{
background-color: #086C83;
}
.BgClassName
{
background-color: #086C83;
}
</style>
border-color css
<style>
span { border-color: #086C83; }
span { border-color: rgb(8,108,131); }
td.TdClassName
{
border-color: #086C83;
}
.TagClassName
{
border-color: #086C83;
}
</style>