Shades of Portage #8F9DE0
Tints of Portage #8F9DE0
RGB
CMYK
RGB Variations
Color information
#8F9DE0 (or 0x8F9DE0) is known color: Portage. HEX triplet: 8F, 9D and E0. RGB value is (143,157,224). Sum of RGB (Red+Green+Blue) = 143+157+224=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F9DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DE0 is #70621F. Grayscale: #A0A0A0. Windows color (decimal): -7365152 or 14720399. OLE color: 14720399.
HSL color Cylindrical-coordinate representation of color #8F9DE0: hue angle of 229.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9DE0 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 157 | 224 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.12 |
| HSL | 229.63º | 0.57% | 0.72% | - |
| HSV(B) | 229.63º | 0.36% | 0.88% | - |
| XYZ | 36.84 | 35.34 | 75.4 | - |
| YUV | 160.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 224 | 0.36 | 0.30 | 0 | 0.12 | 229.63 | 0.57 | 0.72 |
| Hex | 8F | 9D | E0 | 24 | 1E | 0 | C | E6 | 39 | 48 |
| Octal | 217 | 235 | 340 | 44 | 36 | 0 | 14 | 346 | 71 | 110 |
| Binary | 10001111 | 10011101 | 11100000 | 100100 | 11110 | 0 | 1100 | 11100110 | 111001 | 1001000 |
Color Harmonies of #8F9DE0
Complementary color
Monochromatic Colors of #8F9DE0
Black with #8F9DE0
Text Example
Text Example
White with #8F9DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DE0; }
p { color: rgb(143,157,224); }
H1.HeaderClassName
{
color: #8F9DE0;
}
.AnyTagClassName
{
color: #8F9DE0;
}
</style>
background-color css
<style>
a { background-color: #8F9DE0; }
a { background-color: rgb(143,157,224); }
div.DivClassName
{
background-color: #8F9DE0;
}
.BgClassName
{
background-color: #8F9DE0;
}
</style>
border-color css
<style>
span { border-color: #8F9DE0; }
span { border-color: rgb(143,157,224); }
td.TdClassName
{
border-color: #8F9DE0;
}
.TagClassName
{
border-color: #8F9DE0;
}
</style>