Shades of Portage #8A99E6
Tints of Portage #8A99E6
RGB
CMYK
RGB Variations
Color information
#8A99E6 (or 0x8A99E6) is known color: Portage. HEX triplet: 8A, 99 and E6. RGB value is (138,153,230). Sum of RGB (Red+Green+Blue) = 138+153+230=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #8A99E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A99E6 is #756619. Grayscale: #9C9C9C. Windows color (decimal): -7693850 or 15112586. OLE color: 15112586.
HSL color Cylindrical-coordinate representation of color #8A99E6: hue angle of 230.22º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A99E6 is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 153 | 230 | - |
| CMYK | 0.4 | 0.33 | 0 | 0.10 |
| HSL | 230.22º | 0.65% | 0.72% | - |
| HSV(B) | 230.22º | 0.4% | 0.9% | - |
| XYZ | 36.16 | 33.9 | 79.5 | - |
| YUV | 157.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 230 | 0.4 | 0.33 | 0 | 0.10 | 230.22 | 0.65 | 0.72 |
| Hex | 8A | 99 | E6 | 28 | 21 | 0 | A | E6 | 41 | 48 |
| Octal | 212 | 231 | 346 | 50 | 41 | 0 | 12 | 346 | 101 | 110 |
| Binary | 10001010 | 10011001 | 11100110 | 101000 | 100001 | 0 | 1010 | 11100110 | 1000001 | 1001000 |
Color Harmonies of #8A99E6
Complementary color
Monochromatic Colors of #8A99E6
Black with #8A99E6
Text Example
Text Example
White with #8A99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A99E6; }
p { color: rgb(138,153,230); }
H1.HeaderClassName
{
color: #8A99E6;
}
.AnyTagClassName
{
color: #8A99E6;
}
</style>
background-color css
<style>
a { background-color: #8A99E6; }
a { background-color: rgb(138,153,230); }
div.DivClassName
{
background-color: #8A99E6;
}
.BgClassName
{
background-color: #8A99E6;
}
</style>
border-color css
<style>
span { border-color: #8A99E6; }
span { border-color: rgb(138,153,230); }
td.TdClassName
{
border-color: #8A99E6;
}
.TagClassName
{
border-color: #8A99E6;
}
</style>