Shades of Portage #898BCC
Tints of Portage #898BCC
RGB
CMYK
RGB Variations
Color information
#898BCC (or 0x898BCC) is known color: Portage. HEX triplet: 89, 8B and CC. RGB value is (137,139,204). Sum of RGB (Red+Green+Blue) = 137+139+204=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #898BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BCC is #767433. Grayscale: #919191. Windows color (decimal): -7762996 or 13405065. OLE color: 13405065.
HSL color Cylindrical-coordinate representation of color #898BCC: hue angle of 238.21º degrees, saturation: 0.4, 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 #898BCC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 139 | 204 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.2 |
| HSL | 238.21º | 0.4% | 0.67% | - |
| HSV(B) | 238.21º | 0.33% | 0.8% | - |
| XYZ | 30.45 | 28.14 | 60.95 | - |
| YUV | 145.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 204 | 0.33 | 0.32 | 0 | 0.2 | 238.21 | 0.4 | 0.67 |
| Hex | 89 | 8B | CC | 21 | 20 | 0 | 14 | EE | 28 | 43 |
| Octal | 211 | 213 | 314 | 41 | 40 | 0 | 24 | 356 | 50 | 103 |
| Binary | 10001001 | 10001011 | 11001100 | 100001 | 100000 | 0 | 10100 | 11101110 | 101000 | 1000011 |
Color Harmonies of #898BCC
Complementary color
Monochromatic Colors of #898BCC
Black with #898BCC
Text Example
Text Example
White with #898BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BCC; }
p { color: rgb(137,139,204); }
H1.HeaderClassName
{
color: #898BCC;
}
.AnyTagClassName
{
color: #898BCC;
}
</style>
background-color css
<style>
a { background-color: #898BCC; }
a { background-color: rgb(137,139,204); }
div.DivClassName
{
background-color: #898BCC;
}
.BgClassName
{
background-color: #898BCC;
}
</style>
border-color css
<style>
span { border-color: #898BCC; }
span { border-color: rgb(137,139,204); }
td.TdClassName
{
border-color: #898BCC;
}
.TagClassName
{
border-color: #898BCC;
}
</style>