Shades of Portage #8F9CEB
Tints of Portage #8F9CEB
RGB
CMYK
RGB Variations
Color information
#8F9CEB (or 0x8F9CEB) is known color: Portage. HEX triplet: 8F, 9C and EB. RGB value is (143,156,235). Sum of RGB (Red+Green+Blue) = 143+156+235=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CEB is #706314. Grayscale: #A0A0A0. Windows color (decimal): -7365397 or 15441039. OLE color: 15441039.
HSL color Cylindrical-coordinate representation of color #8F9CEB: hue angle of 231.52º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9CEB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 156 | 235 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.08 |
| HSL | 231.52º | 0.7% | 0.74% | - |
| HSV(B) | 231.52º | 0.39% | 0.92% | - |
| XYZ | 38.21 | 35.61 | 83.46 | - |
| YUV | 161.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 235 | 0.39 | 0.34 | 0 | 0.08 | 231.52 | 0.7 | 0.74 |
| Hex | 8F | 9C | EB | 27 | 22 | 0 | 8 | E8 | 46 | 4A |
| Octal | 217 | 234 | 353 | 47 | 42 | 0 | 10 | 350 | 106 | 112 |
| Binary | 10001111 | 10011100 | 11101011 | 100111 | 100010 | 0 | 1000 | 11101000 | 1000110 | 1001010 |
Color Harmonies of #8F9CEB
Complementary color
Monochromatic Colors of #8F9CEB
Black with #8F9CEB
Text Example
Text Example
White with #8F9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CEB; }
p { color: rgb(143,156,235); }
H1.HeaderClassName
{
color: #8F9CEB;
}
.AnyTagClassName
{
color: #8F9CEB;
}
</style>
background-color css
<style>
a { background-color: #8F9CEB; }
a { background-color: rgb(143,156,235); }
div.DivClassName
{
background-color: #8F9CEB;
}
.BgClassName
{
background-color: #8F9CEB;
}
</style>
border-color css
<style>
span { border-color: #8F9CEB; }
span { border-color: rgb(143,156,235); }
td.TdClassName
{
border-color: #8F9CEB;
}
.TagClassName
{
border-color: #8F9CEB;
}
</style>