Shades of Portage #899ACB
Tints of Portage #899ACB
RGB
CMYK
RGB Variations
Color information
#899ACB (or 0x899ACB) is known color: Portage. HEX triplet: 89, 9A and CB. RGB value is (137,154,203). Sum of RGB (Red+Green+Blue) = 137+154+203=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #899ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ACB is #766534. Grayscale: #9A9A9A. Windows color (decimal): -7759157 or 13343369. OLE color: 13343369.
HSL color Cylindrical-coordinate representation of color #899ACB: hue angle of 224.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899ACB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 154 | 203 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.20 |
| HSL | 224.55º | 0.39% | 0.67% | - |
| HSV(B) | 224.55º | 0.33% | 0.8% | - |
| XYZ | 32.65 | 32.74 | 61.1 | - |
| YUV | 154.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 203 | 0.33 | 0.24 | 0 | 0.20 | 224.55 | 0.39 | 0.67 |
| Hex | 89 | 9A | CB | 21 | 18 | 0 | 14 | E1 | 27 | 43 |
| Octal | 211 | 232 | 313 | 41 | 30 | 0 | 24 | 341 | 47 | 103 |
| Binary | 10001001 | 10011010 | 11001011 | 100001 | 11000 | 0 | 10100 | 11100001 | 100111 | 1000011 |
Color Harmonies of #899ACB
Complementary color
Monochromatic Colors of #899ACB
Black with #899ACB
Text Example
Text Example
White with #899ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ACB; }
p { color: rgb(137,154,203); }
H1.HeaderClassName
{
color: #899ACB;
}
.AnyTagClassName
{
color: #899ACB;
}
</style>
background-color css
<style>
a { background-color: #899ACB; }
a { background-color: rgb(137,154,203); }
div.DivClassName
{
background-color: #899ACB;
}
.BgClassName
{
background-color: #899ACB;
}
</style>
border-color css
<style>
span { border-color: #899ACB; }
span { border-color: rgb(137,154,203); }
td.TdClassName
{
border-color: #899ACB;
}
.TagClassName
{
border-color: #899ACB;
}
</style>