Shades of Portage #8C90CF
Tints of Portage #8C90CF
RGB
CMYK
RGB Variations
Color information
#8C90CF (or 0x8C90CF) is known color: Portage. HEX triplet: 8C, 90 and CF. RGB value is (140,144,207). Sum of RGB (Red+Green+Blue) = 140+144+207=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90CF is #736F30. Grayscale: #959595. Windows color (decimal): -7565105 or 13602956. OLE color: 13602956.
HSL color Cylindrical-coordinate representation of color #8C90CF: hue angle of 236.42º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C90CF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 144 | 207 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.19 |
| HSL | 236.42º | 0.41% | 0.68% | - |
| HSV(B) | 236.42º | 0.32% | 0.81% | - |
| XYZ | 32.05 | 30.03 | 63.14 | - |
| YUV | 149.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 207 | 0.32 | 0.30 | 0 | 0.19 | 236.42 | 0.41 | 0.68 |
| Hex | 8C | 90 | CF | 20 | 1E | 0 | 13 | EC | 29 | 44 |
| Octal | 214 | 220 | 317 | 40 | 36 | 0 | 23 | 354 | 51 | 104 |
| Binary | 10001100 | 10010000 | 11001111 | 100000 | 11110 | 0 | 10011 | 11101100 | 101001 | 1000100 |
Color Harmonies of #8C90CF
Complementary color
Monochromatic Colors of #8C90CF
Black with #8C90CF
Text Example
Text Example
White with #8C90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C90CF; }
p { color: rgb(140,144,207); }
H1.HeaderClassName
{
color: #8C90CF;
}
.AnyTagClassName
{
color: #8C90CF;
}
</style>
background-color css
<style>
a { background-color: #8C90CF; }
a { background-color: rgb(140,144,207); }
div.DivClassName
{
background-color: #8C90CF;
}
.BgClassName
{
background-color: #8C90CF;
}
</style>
border-color css
<style>
span { border-color: #8C90CF; }
span { border-color: rgb(140,144,207); }
td.TdClassName
{
border-color: #8C90CF;
}
.TagClassName
{
border-color: #8C90CF;
}
</style>