Shades of Portage #8C9BE4
Tints of Portage #8C9BE4
RGB
CMYK
RGB Variations
Color information
#8C9BE4 (or 0x8C9BE4) is known color: Portage. HEX triplet: 8C, 9B and E4. RGB value is (140,155,228). Sum of RGB (Red+Green+Blue) = 140+155+228=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #8C9BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BE4 is #73641B. Grayscale: #9E9E9E. Windows color (decimal): -7562268 or 14982028. OLE color: 14982028.
HSL color Cylindrical-coordinate representation of color #8C9BE4: hue angle of 229.77º degrees, saturation: 0.62, 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 #8C9BE4 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 155 | 228 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.11 |
| HSL | 229.77º | 0.62% | 0.72% | - |
| HSV(B) | 229.77º | 0.39% | 0.89% | - |
| XYZ | 36.54 | 34.62 | 78.16 | - |
| YUV | 158.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 228 | 0.39 | 0.32 | 0 | 0.11 | 229.77 | 0.62 | 0.72 |
| Hex | 8C | 9B | E4 | 27 | 20 | 0 | B | E6 | 3E | 48 |
| Octal | 214 | 233 | 344 | 47 | 40 | 0 | 13 | 346 | 76 | 110 |
| Binary | 10001100 | 10011011 | 11100100 | 100111 | 100000 | 0 | 1011 | 11100110 | 111110 | 1001000 |
Color Harmonies of #8C9BE4
Complementary color
Monochromatic Colors of #8C9BE4
Black with #8C9BE4
Text Example
Text Example
White with #8C9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9BE4; }
p { color: rgb(140,155,228); }
H1.HeaderClassName
{
color: #8C9BE4;
}
.AnyTagClassName
{
color: #8C9BE4;
}
</style>
background-color css
<style>
a { background-color: #8C9BE4; }
a { background-color: rgb(140,155,228); }
div.DivClassName
{
background-color: #8C9BE4;
}
.BgClassName
{
background-color: #8C9BE4;
}
</style>
border-color css
<style>
span { border-color: #8C9BE4; }
span { border-color: rgb(140,155,228); }
td.TdClassName
{
border-color: #8C9BE4;
}
.TagClassName
{
border-color: #8C9BE4;
}
</style>