Shades of Portage #8AA3ED
Tints of Portage #8AA3ED
RGB
CMYK
RGB Variations
Color information
#8AA3ED (or 0x8AA3ED) is known color: Portage. HEX triplet: 8A, A3 and ED. RGB value is (138,163,237). Sum of RGB (Red+Green+Blue) = 138+163+237=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA3ED is #755C12. Grayscale: #A3A3A3. Windows color (decimal): -7691283 or 15573898. OLE color: 15573898.
HSL color Cylindrical-coordinate representation of color #8AA3ED: hue angle of 224.85º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AA3ED is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 163 | 237 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.07 |
| HSL | 224.85º | 0.73% | 0.74% | - |
| HSV(B) | 224.85º | 0.42% | 0.93% | - |
| XYZ | 38.86 | 37.71 | 85.35 | - |
| YUV | 163.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 237 | 0.42 | 0.31 | 0 | 0.07 | 224.85 | 0.73 | 0.74 |
| Hex | 8A | A3 | ED | 2A | 1F | 0 | 7 | E1 | 49 | 4A |
| Octal | 212 | 243 | 355 | 52 | 37 | 0 | 7 | 341 | 111 | 112 |
| Binary | 10001010 | 10100011 | 11101101 | 101010 | 11111 | 0 | 111 | 11100001 | 1001001 | 1001010 |
Color Harmonies of #8AA3ED
Complementary color
Monochromatic Colors of #8AA3ED
Black with #8AA3ED
Text Example
Text Example
White with #8AA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA3ED; }
p { color: rgb(138,163,237); }
H1.HeaderClassName
{
color: #8AA3ED;
}
.AnyTagClassName
{
color: #8AA3ED;
}
</style>
background-color css
<style>
a { background-color: #8AA3ED; }
a { background-color: rgb(138,163,237); }
div.DivClassName
{
background-color: #8AA3ED;
}
.BgClassName
{
background-color: #8AA3ED;
}
</style>
border-color css
<style>
span { border-color: #8AA3ED; }
span { border-color: rgb(138,163,237); }
td.TdClassName
{
border-color: #8AA3ED;
}
.TagClassName
{
border-color: #8AA3ED;
}
</style>