Shades of Portage #899CED
Tints of Portage #899CED
RGB
CMYK
RGB Variations
Color information
#899CED (or 0x899CED) is known color: Portage. HEX triplet: 89, 9C and ED. RGB value is (137,156,237). Sum of RGB (Red+Green+Blue) = 137+156+237=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #899CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CED is #766312. Grayscale: #9F9F9F. Windows color (decimal): -7758611 or 15572105. OLE color: 15572105.
HSL color Cylindrical-coordinate representation of color #899CED: hue angle of 228.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899CED is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 156 | 237 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 228.6º | 0.74% | 0.73% | - |
| HSV(B) | 228.6º | 0.42% | 0.93% | - |
| XYZ | 37.49 | 35.21 | 84.94 | - |
| YUV | 159.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 237 | 0.42 | 0.34 | 0 | 0.07 | 228.6 | 0.74 | 0.73 |
| Hex | 89 | 9C | ED | 2A | 22 | 0 | 7 | E5 | 4A | 49 |
| Octal | 211 | 234 | 355 | 52 | 42 | 0 | 7 | 345 | 112 | 111 |
| Binary | 10001001 | 10011100 | 11101101 | 101010 | 100010 | 0 | 111 | 11100101 | 1001010 | 1001001 |
Color Harmonies of #899CED
Complementary color
Monochromatic Colors of #899CED
Black with #899CED
Text Example
Text Example
White with #899CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CED; }
p { color: rgb(137,156,237); }
H1.HeaderClassName
{
color: #899CED;
}
.AnyTagClassName
{
color: #899CED;
}
</style>
background-color css
<style>
a { background-color: #899CED; }
a { background-color: rgb(137,156,237); }
div.DivClassName
{
background-color: #899CED;
}
.BgClassName
{
background-color: #899CED;
}
</style>
border-color css
<style>
span { border-color: #899CED; }
span { border-color: rgb(137,156,237); }
td.TdClassName
{
border-color: #899CED;
}
.TagClassName
{
border-color: #899CED;
}
</style>