Shades of Portage #8996CC
Tints of Portage #8996CC
RGB
CMYK
RGB Variations
Color information
#8996CC (or 0x8996CC) is known color: Portage. HEX triplet: 89, 96 and CC. RGB value is (137,150,204). Sum of RGB (Red+Green+Blue) = 137+150+204=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #8996CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996CC is #766933. Grayscale: #989898. Windows color (decimal): -7760180 or 13407881. OLE color: 13407881.
HSL color Cylindrical-coordinate representation of color #8996CC: hue angle of 228.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8996CC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 150 | 204 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.2 |
| HSL | 228.36º | 0.4% | 0.67% | - |
| HSV(B) | 228.36º | 0.33% | 0.8% | - |
| XYZ | 32.12 | 31.49 | 61.51 | - |
| YUV | 152.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 204 | 0.33 | 0.26 | 0 | 0.2 | 228.36 | 0.4 | 0.67 |
| Hex | 89 | 96 | CC | 21 | 1A | 0 | 14 | E4 | 28 | 43 |
| Octal | 211 | 226 | 314 | 41 | 32 | 0 | 24 | 344 | 50 | 103 |
| Binary | 10001001 | 10010110 | 11001100 | 100001 | 11010 | 0 | 10100 | 11100100 | 101000 | 1000011 |
Color Harmonies of #8996CC
Complementary color
Monochromatic Colors of #8996CC
Black with #8996CC
Text Example
Text Example
White with #8996CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996CC; }
p { color: rgb(137,150,204); }
H1.HeaderClassName
{
color: #8996CC;
}
.AnyTagClassName
{
color: #8996CC;
}
</style>
background-color css
<style>
a { background-color: #8996CC; }
a { background-color: rgb(137,150,204); }
div.DivClassName
{
background-color: #8996CC;
}
.BgClassName
{
background-color: #8996CC;
}
</style>
border-color css
<style>
span { border-color: #8996CC; }
span { border-color: rgb(137,150,204); }
td.TdClassName
{
border-color: #8996CC;
}
.TagClassName
{
border-color: #8996CC;
}
</style>