Shades of Portage #8C9AFB
Tints of Portage #8C9AFB
RGB
CMYK
RGB Variations
Color information
#8C9AFB (or 0x8C9AFB) is known color: Portage. HEX triplet: 8C, 9A and FB. RGB value is (140,154,251). Sum of RGB (Red+Green+Blue) = 140+154+251=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C9AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9AFB is #736504. Grayscale: #A0A0A0. Windows color (decimal): -7562501 or 16489100. OLE color: 16489100.
HSL color Cylindrical-coordinate representation of color #8C9AFB: hue angle of 232.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C9AFB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 154 | 251 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.02 |
| HSL | 232.43º | 0.93% | 0.77% | - |
| HSV(B) | 232.43º | 0.44% | 0.98% | - |
| XYZ | 39.78 | 35.65 | 96.05 | - |
| YUV | 160.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 251 | 0.44 | 0.39 | 0 | 0.02 | 232.43 | 0.93 | 0.77 |
| Hex | 8C | 9A | FB | 2C | 27 | 0 | 2 | E8 | 5D | 4D |
| Octal | 214 | 232 | 373 | 54 | 47 | 0 | 2 | 350 | 135 | 115 |
| Binary | 10001100 | 10011010 | 11111011 | 101100 | 100111 | 0 | 10 | 11101000 | 1011101 | 1001101 |
Color Harmonies of #8C9AFB
Complementary color
Monochromatic Colors of #8C9AFB
Black with #8C9AFB
Text Example
Text Example
White with #8C9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9AFB; }
p { color: rgb(140,154,251); }
H1.HeaderClassName
{
color: #8C9AFB;
}
.AnyTagClassName
{
color: #8C9AFB;
}
</style>
background-color css
<style>
a { background-color: #8C9AFB; }
a { background-color: rgb(140,154,251); }
div.DivClassName
{
background-color: #8C9AFB;
}
.BgClassName
{
background-color: #8C9AFB;
}
</style>
border-color css
<style>
span { border-color: #8C9AFB; }
span { border-color: rgb(140,154,251); }
td.TdClassName
{
border-color: #8C9AFB;
}
.TagClassName
{
border-color: #8C9AFB;
}
</style>