Shades of Portage #898CCB
Tints of Portage #898CCB
RGB
CMYK
RGB Variations
Color information
#898CCB (or 0x898CCB) is known color: Portage. HEX triplet: 89, 8C and CB. RGB value is (137,140,203). Sum of RGB (Red+Green+Blue) = 137+140+203=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #898CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CCB is #767334. Grayscale: #929292. Windows color (decimal): -7762741 or 13339785. OLE color: 13339785.
HSL color Cylindrical-coordinate representation of color #898CCB: hue angle of 237.27º 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 #898CCB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 140 | 203 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.20 |
| HSL | 237.27º | 0.39% | 0.67% | - |
| HSV(B) | 237.27º | 0.33% | 0.8% | - |
| XYZ | 30.47 | 28.39 | 60.37 | - |
| YUV | 146.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 203 | 0.33 | 0.31 | 0 | 0.20 | 237.27 | 0.39 | 0.67 |
| Hex | 89 | 8C | CB | 21 | 1F | 0 | 14 | ED | 27 | 43 |
| Octal | 211 | 214 | 313 | 41 | 37 | 0 | 24 | 355 | 47 | 103 |
| Binary | 10001001 | 10001100 | 11001011 | 100001 | 11111 | 0 | 10100 | 11101101 | 100111 | 1000011 |
Color Harmonies of #898CCB
Complementary color
Monochromatic Colors of #898CCB
Black with #898CCB
Text Example
Text Example
White with #898CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CCB; }
p { color: rgb(137,140,203); }
H1.HeaderClassName
{
color: #898CCB;
}
.AnyTagClassName
{
color: #898CCB;
}
</style>
background-color css
<style>
a { background-color: #898CCB; }
a { background-color: rgb(137,140,203); }
div.DivClassName
{
background-color: #898CCB;
}
.BgClassName
{
background-color: #898CCB;
}
</style>
border-color css
<style>
span { border-color: #898CCB; }
span { border-color: rgb(137,140,203); }
td.TdClassName
{
border-color: #898CCB;
}
.TagClassName
{
border-color: #898CCB;
}
</style>