Shades of Portage #8F9CEE
Tints of Portage #8F9CEE
RGB
CMYK
RGB Variations
Color information
#8F9CEE (or 0x8F9CEE) is known color: Portage. HEX triplet: 8F, 9C and EE. RGB value is (143,156,238). Sum of RGB (Red+Green+Blue) = 143+156+238=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CEE is #706311. Grayscale: #A1A1A1. Windows color (decimal): -7365394 or 15637647. OLE color: 15637647.
HSL color Cylindrical-coordinate representation of color #8F9CEE: hue angle of 231.79º 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 #8F9CEE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 156 | 238 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.07 |
| HSL | 231.79º | 0.74% | 0.75% | - |
| HSV(B) | 231.79º | 0.4% | 0.93% | - |
| XYZ | 38.65 | 35.79 | 85.76 | - |
| YUV | 161.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 238 | 0.40 | 0.34 | 0 | 0.07 | 231.79 | 0.74 | 0.75 |
| Hex | 8F | 9C | EE | 28 | 22 | 0 | 7 | E8 | 4A | 4B |
| Octal | 217 | 234 | 356 | 50 | 42 | 0 | 7 | 350 | 112 | 113 |
| Binary | 10001111 | 10011100 | 11101110 | 101000 | 100010 | 0 | 111 | 11101000 | 1001010 | 1001011 |
Color Harmonies of #8F9CEE
Complementary color
Monochromatic Colors of #8F9CEE
Black with #8F9CEE
Text Example
Text Example
White with #8F9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CEE; }
p { color: rgb(143,156,238); }
H1.HeaderClassName
{
color: #8F9CEE;
}
.AnyTagClassName
{
color: #8F9CEE;
}
</style>
background-color css
<style>
a { background-color: #8F9CEE; }
a { background-color: rgb(143,156,238); }
div.DivClassName
{
background-color: #8F9CEE;
}
.BgClassName
{
background-color: #8F9CEE;
}
</style>
border-color css
<style>
span { border-color: #8F9CEE; }
span { border-color: rgb(143,156,238); }
td.TdClassName
{
border-color: #8F9CEE;
}
.TagClassName
{
border-color: #8F9CEE;
}
</style>