Shades of Portage #8F96EE
Tints of Portage #8F96EE
RGB
CMYK
RGB Variations
Color information
#8F96EE (or 0x8F96EE) is known color: Portage. HEX triplet: 8F, 96 and EE. RGB value is (143,150,238). Sum of RGB (Red+Green+Blue) = 143+150+238=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F96EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F96EE is #706911. Grayscale: #9D9D9D. Windows color (decimal): -7366930 or 15636111. OLE color: 15636111.
HSL color Cylindrical-coordinate representation of color #8F96EE: hue angle of 235.58º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F96EE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 150 | 238 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.07 |
| HSL | 235.58º | 0.74% | 0.75% | - |
| HSV(B) | 235.58º | 0.4% | 0.93% | - |
| XYZ | 37.67 | 33.83 | 85.43 | - |
| YUV | 157.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 238 | 0.40 | 0.37 | 0 | 0.07 | 235.58 | 0.74 | 0.75 |
| Hex | 8F | 96 | EE | 28 | 25 | 0 | 7 | EC | 4A | 4B |
| Octal | 217 | 226 | 356 | 50 | 45 | 0 | 7 | 354 | 112 | 113 |
| Binary | 10001111 | 10010110 | 11101110 | 101000 | 100101 | 0 | 111 | 11101100 | 1001010 | 1001011 |
Color Harmonies of #8F96EE
Complementary color
Monochromatic Colors of #8F96EE
Black with #8F96EE
Text Example
Text Example
White with #8F96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96EE; }
p { color: rgb(143,150,238); }
H1.HeaderClassName
{
color: #8F96EE;
}
.AnyTagClassName
{
color: #8F96EE;
}
</style>
background-color css
<style>
a { background-color: #8F96EE; }
a { background-color: rgb(143,150,238); }
div.DivClassName
{
background-color: #8F96EE;
}
.BgClassName
{
background-color: #8F96EE;
}
</style>
border-color css
<style>
span { border-color: #8F96EE; }
span { border-color: rgb(143,150,238); }
td.TdClassName
{
border-color: #8F96EE;
}
.TagClassName
{
border-color: #8F96EE;
}
</style>