Shades of Portage #8B9AFC
Tints of Portage #8B9AFC
RGB
CMYK
RGB Variations
Color information
#8B9AFC (or 0x8B9AFC) is known color: Portage. HEX triplet: 8B, 9A and FC. RGB value is (139,154,252). Sum of RGB (Red+Green+Blue) = 139+154+252=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B9AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9AFC is #746503. Grayscale: #A0A0A0. Windows color (decimal): -7628036 or 16554635. OLE color: 16554635.
HSL color Cylindrical-coordinate representation of color #8B9AFC: hue angle of 232.04º degrees, saturation: 0.95, 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 #8B9AFC is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 154 | 252 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.01 |
| HSL | 232.04º | 0.95% | 0.77% | - |
| HSV(B) | 232.04º | 0.45% | 0.99% | - |
| XYZ | 39.77 | 35.63 | 96.88 | - |
| YUV | 160.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 252 | 0.45 | 0.39 | 0 | 0.01 | 232.04 | 0.95 | 0.77 |
| Hex | 8B | 9A | FC | 2D | 27 | 0 | 1 | E8 | 5F | 4D |
| Octal | 213 | 232 | 374 | 55 | 47 | 0 | 1 | 350 | 137 | 115 |
| Binary | 10001011 | 10011010 | 11111100 | 101101 | 100111 | 0 | 1 | 11101000 | 1011111 | 1001101 |
Color Harmonies of #8B9AFC
Complementary color
Monochromatic Colors of #8B9AFC
Black with #8B9AFC
Text Example
Text Example
White with #8B9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AFC; }
p { color: rgb(139,154,252); }
H1.HeaderClassName
{
color: #8B9AFC;
}
.AnyTagClassName
{
color: #8B9AFC;
}
</style>
background-color css
<style>
a { background-color: #8B9AFC; }
a { background-color: rgb(139,154,252); }
div.DivClassName
{
background-color: #8B9AFC;
}
.BgClassName
{
background-color: #8B9AFC;
}
</style>
border-color css
<style>
span { border-color: #8B9AFC; }
span { border-color: rgb(139,154,252); }
td.TdClassName
{
border-color: #8B9AFC;
}
.TagClassName
{
border-color: #8B9AFC;
}
</style>