Shades of Portage #8997DF
Tints of Portage #8997DF
RGB
CMYK
RGB Variations
Color information
#8997DF (or 0x8997DF) is known color: Portage. HEX triplet: 89, 97 and DF. RGB value is (137,151,223). Sum of RGB (Red+Green+Blue) = 137+151+223=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #8997DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997DF is #766820. Grayscale: #9A9A9A. Windows color (decimal): -7759905 or 14653321. OLE color: 14653321.
HSL color Cylindrical-coordinate representation of color #8997DF: hue angle of 230.23º 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 #8997DF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 151 | 223 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.13 |
| HSL | 230.23º | 0.57% | 0.71% | - |
| HSV(B) | 230.23º | 0.39% | 0.87% | - |
| XYZ | 34.7 | 32.78 | 74.31 | - |
| YUV | 155.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 223 | 0.39 | 0.32 | 0 | 0.13 | 230.23 | 0.57 | 0.71 |
| Hex | 89 | 97 | DF | 27 | 20 | 0 | D | E6 | 39 | 47 |
| Octal | 211 | 227 | 337 | 47 | 40 | 0 | 15 | 346 | 71 | 107 |
| Binary | 10001001 | 10010111 | 11011111 | 100111 | 100000 | 0 | 1101 | 11100110 | 111001 | 1000111 |
Color Harmonies of #8997DF
Complementary color
Monochromatic Colors of #8997DF
Black with #8997DF
Text Example
Text Example
White with #8997DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997DF; }
p { color: rgb(137,151,223); }
H1.HeaderClassName
{
color: #8997DF;
}
.AnyTagClassName
{
color: #8997DF;
}
</style>
background-color css
<style>
a { background-color: #8997DF; }
a { background-color: rgb(137,151,223); }
div.DivClassName
{
background-color: #8997DF;
}
.BgClassName
{
background-color: #8997DF;
}
</style>
border-color css
<style>
span { border-color: #8997DF; }
span { border-color: rgb(137,151,223); }
td.TdClassName
{
border-color: #8997DF;
}
.TagClassName
{
border-color: #8997DF;
}
</style>