Shades of Portage #8B9FED
Tints of Portage #8B9FED
RGB
CMYK
RGB Variations
Color information
#8B9FED (or 0x8B9FED) is known color: Portage. HEX triplet: 8B, 9F and ED. RGB value is (139,159,237). Sum of RGB (Red+Green+Blue) = 139+159+237=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9FED is #746012. Grayscale: #A1A1A1. Windows color (decimal): -7626771 or 15572875. OLE color: 15572875.
HSL color Cylindrical-coordinate representation of color #8B9FED: hue angle of 227.76º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9FED is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 159 | 237 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.07 |
| HSL | 227.76º | 0.73% | 0.74% | - |
| HSV(B) | 227.76º | 0.41% | 0.93% | - |
| XYZ | 38.33 | 36.4 | 85.13 | - |
| YUV | 161.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 237 | 0.41 | 0.33 | 0 | 0.07 | 227.76 | 0.73 | 0.74 |
| Hex | 8B | 9F | ED | 29 | 21 | 0 | 7 | E4 | 49 | 4A |
| Octal | 213 | 237 | 355 | 51 | 41 | 0 | 7 | 344 | 111 | 112 |
| Binary | 10001011 | 10011111 | 11101101 | 101001 | 100001 | 0 | 111 | 11100100 | 1001001 | 1001010 |
Color Harmonies of #8B9FED
Complementary color
Monochromatic Colors of #8B9FED
Black with #8B9FED
Text Example
Text Example
White with #8B9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FED; }
p { color: rgb(139,159,237); }
H1.HeaderClassName
{
color: #8B9FED;
}
.AnyTagClassName
{
color: #8B9FED;
}
</style>
background-color css
<style>
a { background-color: #8B9FED; }
a { background-color: rgb(139,159,237); }
div.DivClassName
{
background-color: #8B9FED;
}
.BgClassName
{
background-color: #8B9FED;
}
</style>
border-color css
<style>
span { border-color: #8B9FED; }
span { border-color: rgb(139,159,237); }
td.TdClassName
{
border-color: #8B9FED;
}
.TagClassName
{
border-color: #8B9FED;
}
</style>