Shades of Portage #8999DF
Tints of Portage #8999DF
RGB
CMYK
RGB Variations
Color information
#8999DF (or 0x8999DF) is known color: Portage. HEX triplet: 89, 99 and DF. RGB value is (137,153,223). Sum of RGB (Red+Green+Blue) = 137+153+223=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #8999DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999DF is #766620. Grayscale: #9B9B9B. Windows color (decimal): -7759393 or 14653833. OLE color: 14653833.
HSL color Cylindrical-coordinate representation of color #8999DF: hue angle of 228.84º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8999DF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 153 | 223 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.13 |
| HSL | 228.84º | 0.57% | 0.71% | - |
| HSV(B) | 228.84º | 0.39% | 0.87% | - |
| XYZ | 35.03 | 33.43 | 74.42 | - |
| YUV | 156.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 223 | 0.39 | 0.31 | 0 | 0.13 | 228.84 | 0.57 | 0.71 |
| Hex | 89 | 99 | DF | 27 | 1F | 0 | D | E5 | 39 | 47 |
| Octal | 211 | 231 | 337 | 47 | 37 | 0 | 15 | 345 | 71 | 107 |
| Binary | 10001001 | 10011001 | 11011111 | 100111 | 11111 | 0 | 1101 | 11100101 | 111001 | 1000111 |
Color Harmonies of #8999DF
Complementary color
Monochromatic Colors of #8999DF
Black with #8999DF
Text Example
Text Example
White with #8999DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8999DF; }
p { color: rgb(137,153,223); }
H1.HeaderClassName
{
color: #8999DF;
}
.AnyTagClassName
{
color: #8999DF;
}
</style>
background-color css
<style>
a { background-color: #8999DF; }
a { background-color: rgb(137,153,223); }
div.DivClassName
{
background-color: #8999DF;
}
.BgClassName
{
background-color: #8999DF;
}
</style>
border-color css
<style>
span { border-color: #8999DF; }
span { border-color: rgb(137,153,223); }
td.TdClassName
{
border-color: #8999DF;
}
.TagClassName
{
border-color: #8999DF;
}
</style>