Shades of Portage #899CE8
Tints of Portage #899CE8
RGB
CMYK
RGB Variations
Color information
#899CE8 (or 0x899CE8) is known color: Portage. HEX triplet: 89, 9C and E8. RGB value is (137,156,232). Sum of RGB (Red+Green+Blue) = 137+156+232=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #899CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CE8 is #766317. Grayscale: #9E9E9E. Windows color (decimal): -7758616 or 15244425. OLE color: 15244425.
HSL color Cylindrical-coordinate representation of color #899CE8: hue angle of 228º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899CE8 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 156 | 232 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.09 |
| HSL | 228º | 0.67% | 0.72% | - |
| HSV(B) | 228º | 0.41% | 0.91% | - |
| XYZ | 36.77 | 34.92 | 81.15 | - |
| YUV | 158.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 232 | 0.41 | 0.33 | 0 | 0.09 | 228 | 0.67 | 0.72 |
| Hex | 89 | 9C | E8 | 29 | 21 | 0 | 9 | E4 | 43 | 48 |
| Octal | 211 | 234 | 350 | 51 | 41 | 0 | 11 | 344 | 103 | 110 |
| Binary | 10001001 | 10011100 | 11101000 | 101001 | 100001 | 0 | 1001 | 11100100 | 1000011 | 1001000 |
Color Harmonies of #899CE8
Complementary color
Monochromatic Colors of #899CE8
Black with #899CE8
Text Example
Text Example
White with #899CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CE8; }
p { color: rgb(137,156,232); }
H1.HeaderClassName
{
color: #899CE8;
}
.AnyTagClassName
{
color: #899CE8;
}
</style>
background-color css
<style>
a { background-color: #899CE8; }
a { background-color: rgb(137,156,232); }
div.DivClassName
{
background-color: #899CE8;
}
.BgClassName
{
background-color: #899CE8;
}
</style>
border-color css
<style>
span { border-color: #899CE8; }
span { border-color: rgb(137,156,232); }
td.TdClassName
{
border-color: #899CE8;
}
.TagClassName
{
border-color: #899CE8;
}
</style>