Shades of Portage #8BA1FD
Tints of Portage #8BA1FD
RGB
CMYK
RGB Variations
Color information
#8BA1FD (or 0x8BA1FD) is known color: Portage. HEX triplet: 8B, A1 and FD. RGB value is (139,161,253). Sum of RGB (Red+Green+Blue) = 139+161+253=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BA1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA1FD is #745E02. Grayscale: #A4A4A4. Windows color (decimal): -7626243 or 16621963. OLE color: 16621963.
HSL color Cylindrical-coordinate representation of color #8BA1FD: hue angle of 228.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA1FD is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 161 | 253 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.01 |
| HSL | 228.42º | 0.97% | 0.77% | - |
| HSV(B) | 228.42º | 0.45% | 0.99% | - |
| XYZ | 41.12 | 38.07 | 98.11 | - |
| YUV | 164.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 253 | 0.45 | 0.36 | 0 | 0.01 | 228.42 | 0.97 | 0.77 |
| Hex | 8B | A1 | FD | 2D | 24 | 0 | 1 | E4 | 61 | 4D |
| Octal | 213 | 241 | 375 | 55 | 44 | 0 | 1 | 344 | 141 | 115 |
| Binary | 10001011 | 10100001 | 11111101 | 101101 | 100100 | 0 | 1 | 11100100 | 1100001 | 1001101 |
Color Harmonies of #8BA1FD
Complementary color
Monochromatic Colors of #8BA1FD
Black with #8BA1FD
Text Example
Text Example
White with #8BA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1FD; }
p { color: rgb(139,161,253); }
H1.HeaderClassName
{
color: #8BA1FD;
}
.AnyTagClassName
{
color: #8BA1FD;
}
</style>
background-color css
<style>
a { background-color: #8BA1FD; }
a { background-color: rgb(139,161,253); }
div.DivClassName
{
background-color: #8BA1FD;
}
.BgClassName
{
background-color: #8BA1FD;
}
</style>
border-color css
<style>
span { border-color: #8BA1FD; }
span { border-color: rgb(139,161,253); }
td.TdClassName
{
border-color: #8BA1FD;
}
.TagClassName
{
border-color: #8BA1FD;
}
</style>