Shades of Portage #8F9DCE
Tints of Portage #8F9DCE
RGB
CMYK
RGB Variations
Color information
#8F9DCE (or 0x8F9DCE) is known color: Portage. HEX triplet: 8F, 9D and CE. RGB value is (143,157,206). Sum of RGB (Red+Green+Blue) = 143+157+206=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DCE is #706231. Grayscale: #9E9E9E. Windows color (decimal): -7365170 or 13540751. OLE color: 13540751.
HSL color Cylindrical-coordinate representation of color #8F9DCE: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9DCE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 157 | 206 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.19 |
| HSL | 226.67º | 0.39% | 0.68% | - |
| HSV(B) | 226.67º | 0.31% | 0.81% | - |
| XYZ | 34.53 | 34.41 | 63.21 | - |
| YUV | 158.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 206 | 0.31 | 0.24 | 0 | 0.19 | 226.67 | 0.39 | 0.68 |
| Hex | 8F | 9D | CE | 1F | 18 | 0 | 13 | E3 | 27 | 44 |
| Octal | 217 | 235 | 316 | 37 | 30 | 0 | 23 | 343 | 47 | 104 |
| Binary | 10001111 | 10011101 | 11001110 | 11111 | 11000 | 0 | 10011 | 11100011 | 100111 | 1000100 |
Color Harmonies of #8F9DCE
Complementary color
Monochromatic Colors of #8F9DCE
Black with #8F9DCE
Text Example
Text Example
White with #8F9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DCE; }
p { color: rgb(143,157,206); }
H1.HeaderClassName
{
color: #8F9DCE;
}
.AnyTagClassName
{
color: #8F9DCE;
}
</style>
background-color css
<style>
a { background-color: #8F9DCE; }
a { background-color: rgb(143,157,206); }
div.DivClassName
{
background-color: #8F9DCE;
}
.BgClassName
{
background-color: #8F9DCE;
}
</style>
border-color css
<style>
span { border-color: #8F9DCE; }
span { border-color: rgb(143,157,206); }
td.TdClassName
{
border-color: #8F9DCE;
}
.TagClassName
{
border-color: #8F9DCE;
}
</style>