Shades of Portage #8993CA
Tints of Portage #8993CA
RGB
CMYK
RGB Variations
Color information
#8993CA (or 0x8993CA) is known color: Portage. HEX triplet: 89, 93 and CA. RGB value is (137,147,202). Sum of RGB (Red+Green+Blue) = 137+147+202=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8993CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993CA is #766C35. Grayscale: #969696. Windows color (decimal): -7760950 or 13276041. OLE color: 13276041.
HSL color Cylindrical-coordinate representation of color #8993CA: hue angle of 230.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8993CA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 147 | 202 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.21 |
| HSL | 230.77º | 0.38% | 0.66% | - |
| HSV(B) | 230.77º | 0.32% | 0.79% | - |
| XYZ | 31.41 | 30.45 | 60.1 | - |
| YUV | 150.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 202 | 0.32 | 0.27 | 0 | 0.21 | 230.77 | 0.38 | 0.66 |
| Hex | 89 | 93 | CA | 20 | 1B | 0 | 15 | E7 | 26 | 42 |
| Octal | 211 | 223 | 312 | 40 | 33 | 0 | 25 | 347 | 46 | 102 |
| Binary | 10001001 | 10010011 | 11001010 | 100000 | 11011 | 0 | 10101 | 11100111 | 100110 | 1000010 |
Color Harmonies of #8993CA
Complementary color
Monochromatic Colors of #8993CA
Black with #8993CA
Text Example
Text Example
White with #8993CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8993CA; }
p { color: rgb(137,147,202); }
H1.HeaderClassName
{
color: #8993CA;
}
.AnyTagClassName
{
color: #8993CA;
}
</style>
background-color css
<style>
a { background-color: #8993CA; }
a { background-color: rgb(137,147,202); }
div.DivClassName
{
background-color: #8993CA;
}
.BgClassName
{
background-color: #8993CA;
}
</style>
border-color css
<style>
span { border-color: #8993CA; }
span { border-color: rgb(137,147,202); }
td.TdClassName
{
border-color: #8993CA;
}
.TagClassName
{
border-color: #8993CA;
}
</style>