Shades of Portage #8F9CDD
Tints of Portage #8F9CDD
RGB
CMYK
RGB Variations
Color information
#8F9CDD (or 0x8F9CDD) is known color: Portage. HEX triplet: 8F, 9C and DD. RGB value is (143,156,221). Sum of RGB (Red+Green+Blue) = 143+156+221=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CDD is #706322. Grayscale: #9F9F9F. Windows color (decimal): -7365411 or 14523535. OLE color: 14523535.
HSL color Cylindrical-coordinate representation of color #8F9CDD: hue angle of 230º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9CDD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 156 | 221 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.13 |
| HSL | 230º | 0.53% | 0.71% | - |
| HSV(B) | 230º | 0.35% | 0.87% | - |
| XYZ | 36.27 | 34.84 | 73.22 | - |
| YUV | 159.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 221 | 0.35 | 0.29 | 0 | 0.13 | 230 | 0.53 | 0.71 |
| Hex | 8F | 9C | DD | 23 | 1D | 0 | D | E6 | 35 | 47 |
| Octal | 217 | 234 | 335 | 43 | 35 | 0 | 15 | 346 | 65 | 107 |
| Binary | 10001111 | 10011100 | 11011101 | 100011 | 11101 | 0 | 1101 | 11100110 | 110101 | 1000111 |
Color Harmonies of #8F9CDD
Complementary color
Monochromatic Colors of #8F9CDD
Black with #8F9CDD
Text Example
Text Example
White with #8F9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CDD; }
p { color: rgb(143,156,221); }
H1.HeaderClassName
{
color: #8F9CDD;
}
.AnyTagClassName
{
color: #8F9CDD;
}
</style>
background-color css
<style>
a { background-color: #8F9CDD; }
a { background-color: rgb(143,156,221); }
div.DivClassName
{
background-color: #8F9CDD;
}
.BgClassName
{
background-color: #8F9CDD;
}
</style>
border-color css
<style>
span { border-color: #8F9CDD; }
span { border-color: rgb(143,156,221); }
td.TdClassName
{
border-color: #8F9CDD;
}
.TagClassName
{
border-color: #8F9CDD;
}
</style>