Shades of Portage #8A9BCB
Tints of Portage #8A9BCB
RGB
CMYK
RGB Variations
Color information
#8A9BCB (or 0x8A9BCB) is known color: Portage. HEX triplet: 8A, 9B and CB. RGB value is (138,155,203). Sum of RGB (Red+Green+Blue) = 138+155+203=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BCB is #756434. Grayscale: #9B9B9B. Windows color (decimal): -7693365 or 13343626. OLE color: 13343626.
HSL color Cylindrical-coordinate representation of color #8A9BCB: hue angle of 224.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A9BCB is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 155 | 203 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.20 |
| HSL | 224.31º | 0.38% | 0.67% | - |
| HSV(B) | 224.31º | 0.32% | 0.8% | - |
| XYZ | 32.98 | 33.16 | 61.16 | - |
| YUV | 155.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 203 | 0.32 | 0.24 | 0 | 0.20 | 224.31 | 0.38 | 0.67 |
| Hex | 8A | 9B | CB | 20 | 18 | 0 | 14 | E0 | 26 | 43 |
| Octal | 212 | 233 | 313 | 40 | 30 | 0 | 24 | 340 | 46 | 103 |
| Binary | 10001010 | 10011011 | 11001011 | 100000 | 11000 | 0 | 10100 | 11100000 | 100110 | 1000011 |
Color Harmonies of #8A9BCB
Complementary color
Monochromatic Colors of #8A9BCB
Black with #8A9BCB
Text Example
Text Example
White with #8A9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BCB; }
p { color: rgb(138,155,203); }
H1.HeaderClassName
{
color: #8A9BCB;
}
.AnyTagClassName
{
color: #8A9BCB;
}
</style>
background-color css
<style>
a { background-color: #8A9BCB; }
a { background-color: rgb(138,155,203); }
div.DivClassName
{
background-color: #8A9BCB;
}
.BgClassName
{
background-color: #8A9BCB;
}
</style>
border-color css
<style>
span { border-color: #8A9BCB; }
span { border-color: rgb(138,155,203); }
td.TdClassName
{
border-color: #8A9BCB;
}
.TagClassName
{
border-color: #8A9BCB;
}
</style>