Shades of Portage #899CEE
Tints of Portage #899CEE
RGB
CMYK
RGB Variations
Color information
#899CEE (or 0x899CEE) is known color: Portage. HEX triplet: 89, 9C and EE. RGB value is (137,156,238). Sum of RGB (Red+Green+Blue) = 137+156+238=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #899CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CEE is #766311. Grayscale: #9F9F9F. Windows color (decimal): -7758610 or 15637641. OLE color: 15637641.
HSL color Cylindrical-coordinate representation of color #899CEE: hue angle of 228.71º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899CEE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 156 | 238 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 228.71º | 0.75% | 0.74% | - |
| HSV(B) | 228.71º | 0.42% | 0.93% | - |
| XYZ | 37.64 | 35.27 | 85.71 | - |
| YUV | 159.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 238 | 0.42 | 0.34 | 0 | 0.07 | 228.71 | 0.75 | 0.74 |
| Hex | 89 | 9C | EE | 2A | 22 | 0 | 7 | E5 | 4B | 4A |
| Octal | 211 | 234 | 356 | 52 | 42 | 0 | 7 | 345 | 113 | 112 |
| Binary | 10001001 | 10011100 | 11101110 | 101010 | 100010 | 0 | 111 | 11100101 | 1001011 | 1001010 |
Color Harmonies of #899CEE
Complementary color
Monochromatic Colors of #899CEE
Black with #899CEE
Text Example
Text Example
White with #899CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CEE; }
p { color: rgb(137,156,238); }
H1.HeaderClassName
{
color: #899CEE;
}
.AnyTagClassName
{
color: #899CEE;
}
</style>
background-color css
<style>
a { background-color: #899CEE; }
a { background-color: rgb(137,156,238); }
div.DivClassName
{
background-color: #899CEE;
}
.BgClassName
{
background-color: #899CEE;
}
</style>
border-color css
<style>
span { border-color: #899CEE; }
span { border-color: rgb(137,156,238); }
td.TdClassName
{
border-color: #899CEE;
}
.TagClassName
{
border-color: #899CEE;
}
</style>