Shades of Portage #8B9CE3
Tints of Portage #8B9CE3
RGB
CMYK
RGB Variations
Color information
#8B9CE3 (or 0x8B9CE3) is known color: Portage. HEX triplet: 8B, 9C and E3. RGB value is (139,156,227). Sum of RGB (Red+Green+Blue) = 139+156+227=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #8B9CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CE3 is #74631C. Grayscale: #9E9E9E. Windows color (decimal): -7627549 or 14916747. OLE color: 14916747.
HSL color Cylindrical-coordinate representation of color #8B9CE3: hue angle of 228.41º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B9CE3 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 156 | 227 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.11 |
| HSL | 228.41º | 0.61% | 0.72% | - |
| HSV(B) | 228.41º | 0.39% | 0.89% | - |
| XYZ | 36.4 | 34.81 | 77.47 | - |
| YUV | 159.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 227 | 0.39 | 0.31 | 0 | 0.11 | 228.41 | 0.61 | 0.72 |
| Hex | 8B | 9C | E3 | 27 | 1F | 0 | B | E4 | 3D | 48 |
| Octal | 213 | 234 | 343 | 47 | 37 | 0 | 13 | 344 | 75 | 110 |
| Binary | 10001011 | 10011100 | 11100011 | 100111 | 11111 | 0 | 1011 | 11100100 | 111101 | 1001000 |
Color Harmonies of #8B9CE3
Complementary color
Monochromatic Colors of #8B9CE3
Black with #8B9CE3
Text Example
Text Example
White with #8B9CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CE3; }
p { color: rgb(139,156,227); }
H1.HeaderClassName
{
color: #8B9CE3;
}
.AnyTagClassName
{
color: #8B9CE3;
}
</style>
background-color css
<style>
a { background-color: #8B9CE3; }
a { background-color: rgb(139,156,227); }
div.DivClassName
{
background-color: #8B9CE3;
}
.BgClassName
{
background-color: #8B9CE3;
}
</style>
border-color css
<style>
span { border-color: #8B9CE3; }
span { border-color: rgb(139,156,227); }
td.TdClassName
{
border-color: #8B9CE3;
}
.TagClassName
{
border-color: #8B9CE3;
}
</style>