Shades of Portage #8BA4DE
Tints of Portage #8BA4DE
RGB
CMYK
RGB Variations
Color information
#8BA4DE (or 0x8BA4DE) is known color: Portage. HEX triplet: 8B, A4 and DE. RGB value is (139,164,222). Sum of RGB (Red+Green+Blue) = 139+164+222=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BA4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4DE is #745B21. Grayscale: #A2A2A2. Windows color (decimal): -7625506 or 14591115. OLE color: 14591115.
HSL color Cylindrical-coordinate representation of color #8BA4DE: hue angle of 221.93º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA4DE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 164 | 222 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.13 |
| HSL | 221.93º | 0.56% | 0.71% | - |
| HSV(B) | 221.93º | 0.37% | 0.87% | - |
| XYZ | 37.11 | 37.31 | 74.35 | - |
| YUV | 163.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 222 | 0.37 | 0.26 | 0 | 0.13 | 221.93 | 0.56 | 0.71 |
| Hex | 8B | A4 | DE | 25 | 1A | 0 | D | DE | 38 | 47 |
| Octal | 213 | 244 | 336 | 45 | 32 | 0 | 15 | 336 | 70 | 107 |
| Binary | 10001011 | 10100100 | 11011110 | 100101 | 11010 | 0 | 1101 | 11011110 | 111000 | 1000111 |
Color Harmonies of #8BA4DE
Complementary color
Monochromatic Colors of #8BA4DE
Black with #8BA4DE
Text Example
Text Example
White with #8BA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4DE; }
p { color: rgb(139,164,222); }
H1.HeaderClassName
{
color: #8BA4DE;
}
.AnyTagClassName
{
color: #8BA4DE;
}
</style>
background-color css
<style>
a { background-color: #8BA4DE; }
a { background-color: rgb(139,164,222); }
div.DivClassName
{
background-color: #8BA4DE;
}
.BgClassName
{
background-color: #8BA4DE;
}
</style>
border-color css
<style>
span { border-color: #8BA4DE; }
span { border-color: rgb(139,164,222); }
td.TdClassName
{
border-color: #8BA4DE;
}
.TagClassName
{
border-color: #8BA4DE;
}
</style>