Shades of Portage #8A9BE4
Tints of Portage #8A9BE4
RGB
CMYK
RGB Variations
Color information
#8A9BE4 (or 0x8A9BE4) is known color: Portage. HEX triplet: 8A, 9B and E4. RGB value is (138,155,228). Sum of RGB (Red+Green+Blue) = 138+155+228=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #8A9BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BE4 is #75641B. Grayscale: #9D9D9D. Windows color (decimal): -7693340 or 14982026. OLE color: 14982026.
HSL color Cylindrical-coordinate representation of color #8A9BE4: hue angle of 228.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A9BE4 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 155 | 228 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.11 |
| HSL | 228.67º | 0.63% | 0.72% | - |
| HSV(B) | 228.67º | 0.39% | 0.89% | - |
| XYZ | 36.21 | 34.45 | 78.14 | - |
| YUV | 158.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 228 | 0.39 | 0.32 | 0 | 0.11 | 228.67 | 0.63 | 0.72 |
| Hex | 8A | 9B | E4 | 27 | 20 | 0 | B | E5 | 3E | 48 |
| Octal | 212 | 233 | 344 | 47 | 40 | 0 | 13 | 345 | 76 | 110 |
| Binary | 10001010 | 10011011 | 11100100 | 100111 | 100000 | 0 | 1011 | 11100101 | 111110 | 1001000 |
Color Harmonies of #8A9BE4
Complementary color
Monochromatic Colors of #8A9BE4
Black with #8A9BE4
Text Example
Text Example
White with #8A9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BE4; }
p { color: rgb(138,155,228); }
H1.HeaderClassName
{
color: #8A9BE4;
}
.AnyTagClassName
{
color: #8A9BE4;
}
</style>
background-color css
<style>
a { background-color: #8A9BE4; }
a { background-color: rgb(138,155,228); }
div.DivClassName
{
background-color: #8A9BE4;
}
.BgClassName
{
background-color: #8A9BE4;
}
</style>
border-color css
<style>
span { border-color: #8A9BE4; }
span { border-color: rgb(138,155,228); }
td.TdClassName
{
border-color: #8A9BE4;
}
.TagClassName
{
border-color: #8A9BE4;
}
</style>