Shades of Portage #8C9FEB
Tints of Portage #8C9FEB
RGB
CMYK
RGB Variations
Color information
#8C9FEB (or 0x8C9FEB) is known color: Portage. HEX triplet: 8C, 9F and EB. RGB value is (140,159,235). Sum of RGB (Red+Green+Blue) = 140+159+235=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 159 (62.5% from 255 or 29.78% 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 #8C9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9FEB is #736014. Grayscale: #A1A1A1. Windows color (decimal): -7561237 or 15441804. OLE color: 15441804.
HSL color Cylindrical-coordinate representation of color #8C9FEB: hue angle of 228º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9FEB is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 159 | 235 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.08 |
| HSL | 228º | 0.7% | 0.74% | - |
| HSV(B) | 228º | 0.4% | 0.92% | - |
| XYZ | 38.21 | 36.37 | 83.6 | - |
| YUV | 161.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 235 | 0.40 | 0.32 | 0 | 0.08 | 228 | 0.7 | 0.74 |
| Hex | 8C | 9F | EB | 28 | 20 | 0 | 8 | E4 | 46 | 4A |
| Octal | 214 | 237 | 353 | 50 | 40 | 0 | 10 | 344 | 106 | 112 |
| Binary | 10001100 | 10011111 | 11101011 | 101000 | 100000 | 0 | 1000 | 11100100 | 1000110 | 1001010 |
Color Harmonies of #8C9FEB
Complementary color
Monochromatic Colors of #8C9FEB
Black with #8C9FEB
Text Example
Text Example
White with #8C9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FEB; }
p { color: rgb(140,159,235); }
H1.HeaderClassName
{
color: #8C9FEB;
}
.AnyTagClassName
{
color: #8C9FEB;
}
</style>
background-color css
<style>
a { background-color: #8C9FEB; }
a { background-color: rgb(140,159,235); }
div.DivClassName
{
background-color: #8C9FEB;
}
.BgClassName
{
background-color: #8C9FEB;
}
</style>
border-color css
<style>
span { border-color: #8C9FEB; }
span { border-color: rgb(140,159,235); }
td.TdClassName
{
border-color: #8C9FEB;
}
.TagClassName
{
border-color: #8C9FEB;
}
</style>