Shades of Portage #8F93DE
Tints of Portage #8F93DE
RGB
CMYK
RGB Variations
Color information
#8F93DE (or 0x8F93DE) is known color: Portage. HEX triplet: 8F, 93 and DE. RGB value is (143,147,222). Sum of RGB (Red+Green+Blue) = 143+147+222=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F93DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F93DE is #706C21. Grayscale: #9A9A9A. Windows color (decimal): -7367714 or 14586767. OLE color: 14586767.
HSL color Cylindrical-coordinate representation of color #8F93DE: hue angle of 236.96º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F93DE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 147 | 222 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.13 |
| HSL | 236.96º | 0.54% | 0.72% | - |
| HSV(B) | 236.96º | 0.36% | 0.87% | - |
| XYZ | 34.95 | 31.98 | 73.44 | - |
| YUV | 154.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 222 | 0.36 | 0.34 | 0 | 0.13 | 236.96 | 0.54 | 0.72 |
| Hex | 8F | 93 | DE | 24 | 22 | 0 | D | ED | 36 | 48 |
| Octal | 217 | 223 | 336 | 44 | 42 | 0 | 15 | 355 | 66 | 110 |
| Binary | 10001111 | 10010011 | 11011110 | 100100 | 100010 | 0 | 1101 | 11101101 | 110110 | 1001000 |
Color Harmonies of #8F93DE
Complementary color
Monochromatic Colors of #8F93DE
Black with #8F93DE
Text Example
Text Example
White with #8F93DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93DE; }
p { color: rgb(143,147,222); }
H1.HeaderClassName
{
color: #8F93DE;
}
.AnyTagClassName
{
color: #8F93DE;
}
</style>
background-color css
<style>
a { background-color: #8F93DE; }
a { background-color: rgb(143,147,222); }
div.DivClassName
{
background-color: #8F93DE;
}
.BgClassName
{
background-color: #8F93DE;
}
</style>
border-color css
<style>
span { border-color: #8F93DE; }
span { border-color: rgb(143,147,222); }
td.TdClassName
{
border-color: #8F93DE;
}
.TagClassName
{
border-color: #8F93DE;
}
</style>