Shades of Portage #8BA4EE
Tints of Portage #8BA4EE
RGB
CMYK
RGB Variations
Color information
#8BA4EE (or 0x8BA4EE) is known color: Portage. HEX triplet: 8B, A4 and EE. RGB value is (139,164,238). Sum of RGB (Red+Green+Blue) = 139+164+238=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BA4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA4EE is #745B11. Grayscale: #A4A4A4. Windows color (decimal): -7625490 or 15639691. OLE color: 15639691.
HSL color Cylindrical-coordinate representation of color #8BA4EE: hue angle of 224.85º degrees, saturation: 0.74, 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 #8BA4EE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 164 | 238 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.07 |
| HSL | 224.85º | 0.74% | 0.74% | - |
| HSV(B) | 224.85º | 0.42% | 0.93% | - |
| XYZ | 39.36 | 38.21 | 86.19 | - |
| YUV | 164.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 238 | 0.42 | 0.31 | 0 | 0.07 | 224.85 | 0.74 | 0.74 |
| Hex | 8B | A4 | EE | 2A | 1F | 0 | 7 | E1 | 4A | 4A |
| Octal | 213 | 244 | 356 | 52 | 37 | 0 | 7 | 341 | 112 | 112 |
| Binary | 10001011 | 10100100 | 11101110 | 101010 | 11111 | 0 | 111 | 11100001 | 1001010 | 1001010 |
Color Harmonies of #8BA4EE
Complementary color
Monochromatic Colors of #8BA4EE
Black with #8BA4EE
Text Example
Text Example
White with #8BA4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4EE; }
p { color: rgb(139,164,238); }
H1.HeaderClassName
{
color: #8BA4EE;
}
.AnyTagClassName
{
color: #8BA4EE;
}
</style>
background-color css
<style>
a { background-color: #8BA4EE; }
a { background-color: rgb(139,164,238); }
div.DivClassName
{
background-color: #8BA4EE;
}
.BgClassName
{
background-color: #8BA4EE;
}
</style>
border-color css
<style>
span { border-color: #8BA4EE; }
span { border-color: rgb(139,164,238); }
td.TdClassName
{
border-color: #8BA4EE;
}
.TagClassName
{
border-color: #8BA4EE;
}
</style>