Shades of Portage #8C9CDD
Tints of Portage #8C9CDD
RGB
CMYK
RGB Variations
Color information
#8C9CDD (or 0x8C9CDD) is known color: Portage. HEX triplet: 8C, 9C and DD. RGB value is (140,156,221). Sum of RGB (Red+Green+Blue) = 140+156+221=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CDD is #736322. Grayscale: #9E9E9E. Windows color (decimal): -7562019 or 14523532. OLE color: 14523532.
HSL color Cylindrical-coordinate representation of color #8C9CDD: hue angle of 228.15º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C9CDD is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 156 | 221 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.13 |
| HSL | 228.15º | 0.54% | 0.71% | - |
| HSV(B) | 228.15º | 0.37% | 0.87% | - |
| XYZ | 35.75 | 34.57 | 73.2 | - |
| YUV | 158.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 221 | 0.37 | 0.29 | 0 | 0.13 | 228.15 | 0.54 | 0.71 |
| Hex | 8C | 9C | DD | 25 | 1D | 0 | D | E4 | 36 | 47 |
| Octal | 214 | 234 | 335 | 45 | 35 | 0 | 15 | 344 | 66 | 107 |
| Binary | 10001100 | 10011100 | 11011101 | 100101 | 11101 | 0 | 1101 | 11100100 | 110110 | 1000111 |
Color Harmonies of #8C9CDD
Complementary color
Monochromatic Colors of #8C9CDD
Black with #8C9CDD
Text Example
Text Example
White with #8C9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CDD; }
p { color: rgb(140,156,221); }
H1.HeaderClassName
{
color: #8C9CDD;
}
.AnyTagClassName
{
color: #8C9CDD;
}
</style>
background-color css
<style>
a { background-color: #8C9CDD; }
a { background-color: rgb(140,156,221); }
div.DivClassName
{
background-color: #8C9CDD;
}
.BgClassName
{
background-color: #8C9CDD;
}
</style>
border-color css
<style>
span { border-color: #8C9CDD; }
span { border-color: rgb(140,156,221); }
td.TdClassName
{
border-color: #8C9CDD;
}
.TagClassName
{
border-color: #8C9CDD;
}
</style>