Shades of Portage #8C94EE
Tints of Portage #8C94EE
RGB
CMYK
RGB Variations
Color information
#8C94EE (or 0x8C94EE) is known color: Portage. HEX triplet: 8C, 94 and EE. RGB value is (140,148,238). Sum of RGB (Red+Green+Blue) = 140+148+238=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C94EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C94EE is #736B11. Grayscale: #9B9B9B. Windows color (decimal): -7564050 or 15635596. OLE color: 15635596.
HSL color Cylindrical-coordinate representation of color #8C94EE: hue angle of 235.1º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C94EE is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 148 | 238 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.07 |
| HSL | 235.1º | 0.74% | 0.74% | - |
| HSV(B) | 235.1º | 0.41% | 0.93% | - |
| XYZ | 36.84 | 32.93 | 85.3 | - |
| YUV | 155.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 238 | 0.41 | 0.38 | 0 | 0.07 | 235.1 | 0.74 | 0.74 |
| Hex | 8C | 94 | EE | 29 | 26 | 0 | 7 | EB | 4A | 4A |
| Octal | 214 | 224 | 356 | 51 | 46 | 0 | 7 | 353 | 112 | 112 |
| Binary | 10001100 | 10010100 | 11101110 | 101001 | 100110 | 0 | 111 | 11101011 | 1001010 | 1001010 |
Color Harmonies of #8C94EE
Complementary color
Monochromatic Colors of #8C94EE
Black with #8C94EE
Text Example
Text Example
White with #8C94EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C94EE; }
p { color: rgb(140,148,238); }
H1.HeaderClassName
{
color: #8C94EE;
}
.AnyTagClassName
{
color: #8C94EE;
}
</style>
background-color css
<style>
a { background-color: #8C94EE; }
a { background-color: rgb(140,148,238); }
div.DivClassName
{
background-color: #8C94EE;
}
.BgClassName
{
background-color: #8C94EE;
}
</style>
border-color css
<style>
span { border-color: #8C94EE; }
span { border-color: rgb(140,148,238); }
td.TdClassName
{
border-color: #8C94EE;
}
.TagClassName
{
border-color: #8C94EE;
}
</style>