Shades of Portage #8AA4FF
Tints of Portage #8AA4FF
RGB
CMYK
RGB Variations
Color information
#8AA4FF (or 0x8AA4FF) is known color: Portage. HEX triplet: 8A, A4 and FF. RGB value is (138,164,255). Sum of RGB (Red+Green+Blue) = 138+164+255=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA4FF is #755B00. Grayscale: #A6A6A6. Windows color (decimal): -7691009 or 16753802. OLE color: 16753802.
HSL color Cylindrical-coordinate representation of color #8AA4FF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA4FF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 164 | 255 | - |
| CMYK | 0.46 | 0.36 | 0 | 0 |
| HSL | 226.67º | 1% | 0.77% | - |
| HSV(B) | 226.67º | 0.46% | 1% | - |
| XYZ | 41.81 | 39.17 | 99.97 | - |
| YUV | 166.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 255 | 0.46 | 0.36 | 0 | 0 | 226.67 | 1 | 0.77 |
| Hex | 8A | A4 | FF | 2E | 24 | 0 | 0 | E3 | 64 | 4D |
| Octal | 212 | 244 | 377 | 56 | 44 | 0 | 0 | 343 | 144 | 115 |
| Binary | 10001010 | 10100100 | 11111111 | 101110 | 100100 | 0 | 0 | 11100011 | 1100100 | 1001101 |
Color Harmonies of #8AA4FF
Complementary color
Monochromatic Colors of #8AA4FF
Black with #8AA4FF
Text Example
Text Example
White with #8AA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA4FF; }
p { color: rgb(138,164,255); }
H1.HeaderClassName
{
color: #8AA4FF;
}
.AnyTagClassName
{
color: #8AA4FF;
}
</style>
background-color css
<style>
a { background-color: #8AA4FF; }
a { background-color: rgb(138,164,255); }
div.DivClassName
{
background-color: #8AA4FF;
}
.BgClassName
{
background-color: #8AA4FF;
}
</style>
border-color css
<style>
span { border-color: #8AA4FF; }
span { border-color: rgb(138,164,255); }
td.TdClassName
{
border-color: #8AA4FF;
}
.TagClassName
{
border-color: #8AA4FF;
}
</style>