Shades of Portage #8995CF
Tints of Portage #8995CF
RGB
CMYK
RGB Variations
Color information
#8995CF (or 0x8995CF) is known color: Portage. HEX triplet: 89, 95 and CF. RGB value is (137,149,207). Sum of RGB (Red+Green+Blue) = 137+149+207=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #8995CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995CF is #766A30. Grayscale: #979797. Windows color (decimal): -7760433 or 13604233. OLE color: 13604233.
HSL color Cylindrical-coordinate representation of color #8995CF: hue angle of 229.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8995CF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 149 | 207 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.19 |
| HSL | 229.71º | 0.42% | 0.67% | - |
| HSV(B) | 229.71º | 0.34% | 0.81% | - |
| XYZ | 32.33 | 31.32 | 63.37 | - |
| YUV | 152.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 207 | 0.34 | 0.28 | 0 | 0.19 | 229.71 | 0.42 | 0.67 |
| Hex | 89 | 95 | CF | 22 | 1C | 0 | 13 | E6 | 2A | 43 |
| Octal | 211 | 225 | 317 | 42 | 34 | 0 | 23 | 346 | 52 | 103 |
| Binary | 10001001 | 10010101 | 11001111 | 100010 | 11100 | 0 | 10011 | 11100110 | 101010 | 1000011 |
Color Harmonies of #8995CF
Complementary color
Monochromatic Colors of #8995CF
Black with #8995CF
Text Example
Text Example
White with #8995CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995CF; }
p { color: rgb(137,149,207); }
H1.HeaderClassName
{
color: #8995CF;
}
.AnyTagClassName
{
color: #8995CF;
}
</style>
background-color css
<style>
a { background-color: #8995CF; }
a { background-color: rgb(137,149,207); }
div.DivClassName
{
background-color: #8995CF;
}
.BgClassName
{
background-color: #8995CF;
}
</style>
border-color css
<style>
span { border-color: #8995CF; }
span { border-color: rgb(137,149,207); }
td.TdClassName
{
border-color: #8995CF;
}
.TagClassName
{
border-color: #8995CF;
}
</style>