Shades of Portage #8A9AFB
Tints of Portage #8A9AFB
RGB
CMYK
RGB Variations
Color information
#8A9AFB (or 0x8A9AFB) is known color: Portage. HEX triplet: 8A, 9A and FB. RGB value is (138,154,251). Sum of RGB (Red+Green+Blue) = 138+154+251=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A9AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9AFB is #756504. Grayscale: #9F9F9F. Windows color (decimal): -7693573 or 16489098. OLE color: 16489098.
HSL color Cylindrical-coordinate representation of color #8A9AFB: hue angle of 231.5º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9AFB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 154 | 251 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.02 |
| HSL | 231.5º | 0.93% | 0.76% | - |
| HSV(B) | 231.5º | 0.45% | 0.98% | - |
| XYZ | 39.45 | 35.48 | 96.04 | - |
| YUV | 160.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 251 | 0.45 | 0.39 | 0 | 0.02 | 231.5 | 0.93 | 0.76 |
| Hex | 8A | 9A | FB | 2D | 27 | 0 | 2 | E8 | 5D | 4C |
| Octal | 212 | 232 | 373 | 55 | 47 | 0 | 2 | 350 | 135 | 114 |
| Binary | 10001010 | 10011010 | 11111011 | 101101 | 100111 | 0 | 10 | 11101000 | 1011101 | 1001100 |
Color Harmonies of #8A9AFB
Complementary color
Monochromatic Colors of #8A9AFB
Black with #8A9AFB
Text Example
Text Example
White with #8A9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9AFB; }
p { color: rgb(138,154,251); }
H1.HeaderClassName
{
color: #8A9AFB;
}
.AnyTagClassName
{
color: #8A9AFB;
}
</style>
background-color css
<style>
a { background-color: #8A9AFB; }
a { background-color: rgb(138,154,251); }
div.DivClassName
{
background-color: #8A9AFB;
}
.BgClassName
{
background-color: #8A9AFB;
}
</style>
border-color css
<style>
span { border-color: #8A9AFB; }
span { border-color: rgb(138,154,251); }
td.TdClassName
{
border-color: #8A9AFB;
}
.TagClassName
{
border-color: #8A9AFB;
}
</style>