Shades of Portage #8990CB
Tints of Portage #8990CB
RGB
CMYK
RGB Variations
Color information
#8990CB (or 0x8990CB) is known color: Portage. HEX triplet: 89, 90 and CB. RGB value is (137,144,203). Sum of RGB (Red+Green+Blue) = 137+144+203=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8990CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990CB is #766F34. Grayscale: #949494. Windows color (decimal): -7761717 or 13340809. OLE color: 13340809.
HSL color Cylindrical-coordinate representation of color #8990CB: hue angle of 233.64º 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 #8990CB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 144 | 203 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.20 |
| HSL | 233.64º | 0.39% | 0.67% | - |
| HSV(B) | 233.64º | 0.33% | 0.8% | - |
| XYZ | 31.07 | 29.58 | 60.57 | - |
| YUV | 148.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 203 | 0.33 | 0.29 | 0 | 0.20 | 233.64 | 0.39 | 0.67 |
| Hex | 89 | 90 | CB | 21 | 1D | 0 | 14 | EA | 27 | 43 |
| Octal | 211 | 220 | 313 | 41 | 35 | 0 | 24 | 352 | 47 | 103 |
| Binary | 10001001 | 10010000 | 11001011 | 100001 | 11101 | 0 | 10100 | 11101010 | 100111 | 1000011 |
Color Harmonies of #8990CB
Complementary color
Monochromatic Colors of #8990CB
Black with #8990CB
Text Example
Text Example
White with #8990CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8990CB; }
p { color: rgb(137,144,203); }
H1.HeaderClassName
{
color: #8990CB;
}
.AnyTagClassName
{
color: #8990CB;
}
</style>
background-color css
<style>
a { background-color: #8990CB; }
a { background-color: rgb(137,144,203); }
div.DivClassName
{
background-color: #8990CB;
}
.BgClassName
{
background-color: #8990CB;
}
</style>
border-color css
<style>
span { border-color: #8990CB; }
span { border-color: rgb(137,144,203); }
td.TdClassName
{
border-color: #8990CB;
}
.TagClassName
{
border-color: #8990CB;
}
</style>