Shades of Portage #8F99DC
Tints of Portage #8F99DC
RGB
CMYK
RGB Variations
Color information
#8F99DC (or 0x8F99DC) is known color: Portage. HEX triplet: 8F, 99 and DC. RGB value is (143,153,220). Sum of RGB (Red+Green+Blue) = 143+153+220=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99DC is #706623. Grayscale: #9D9D9D. Windows color (decimal): -7366180 or 14457231. OLE color: 14457231.
HSL color Cylindrical-coordinate representation of color #8F99DC: hue angle of 232.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F99DC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 153 | 220 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.14 |
| HSL | 232.21º | 0.52% | 0.71% | - |
| HSV(B) | 232.21º | 0.35% | 0.86% | - |
| XYZ | 35.64 | 33.79 | 72.35 | - |
| YUV | 157.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 220 | 0.35 | 0.30 | 0 | 0.14 | 232.21 | 0.52 | 0.71 |
| Hex | 8F | 99 | DC | 23 | 1E | 0 | E | E8 | 34 | 47 |
| Octal | 217 | 231 | 334 | 43 | 36 | 0 | 16 | 350 | 64 | 107 |
| Binary | 10001111 | 10011001 | 11011100 | 100011 | 11110 | 0 | 1110 | 11101000 | 110100 | 1000111 |
Color Harmonies of #8F99DC
Complementary color
Monochromatic Colors of #8F99DC
Black with #8F99DC
Text Example
Text Example
White with #8F99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99DC; }
p { color: rgb(143,153,220); }
H1.HeaderClassName
{
color: #8F99DC;
}
.AnyTagClassName
{
color: #8F99DC;
}
</style>
background-color css
<style>
a { background-color: #8F99DC; }
a { background-color: rgb(143,153,220); }
div.DivClassName
{
background-color: #8F99DC;
}
.BgClassName
{
background-color: #8F99DC;
}
</style>
border-color css
<style>
span { border-color: #8F99DC; }
span { border-color: rgb(143,153,220); }
td.TdClassName
{
border-color: #8F99DC;
}
.TagClassName
{
border-color: #8F99DC;
}
</style>