Shades of Portage #8CA6EE
Tints of Portage #8CA6EE
RGB
CMYK
RGB Variations
Color information
#8CA6EE (or 0x8CA6EE) is known color: Portage. HEX triplet: 8C, A6 and EE. RGB value is (140,166,238). Sum of RGB (Red+Green+Blue) = 140+166+238=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CA6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA6EE is #735911. Grayscale: #A6A6A6. Windows color (decimal): -7559442 or 15640204. OLE color: 15640204.
HSL color Cylindrical-coordinate representation of color #8CA6EE: hue angle of 224.08º 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 #8CA6EE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 166 | 238 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.07 |
| HSL | 224.08º | 0.74% | 0.74% | - |
| HSV(B) | 224.08º | 0.41% | 0.93% | - |
| XYZ | 39.88 | 39.02 | 86.32 | - |
| YUV | 166.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 238 | 0.41 | 0.30 | 0 | 0.07 | 224.08 | 0.74 | 0.74 |
| Hex | 8C | A6 | EE | 29 | 1E | 0 | 7 | E0 | 4A | 4A |
| Octal | 214 | 246 | 356 | 51 | 36 | 0 | 7 | 340 | 112 | 112 |
| Binary | 10001100 | 10100110 | 11101110 | 101001 | 11110 | 0 | 111 | 11100000 | 1001010 | 1001010 |
Color Harmonies of #8CA6EE
Complementary color
Monochromatic Colors of #8CA6EE
Black with #8CA6EE
Text Example
Text Example
White with #8CA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA6EE; }
p { color: rgb(140,166,238); }
H1.HeaderClassName
{
color: #8CA6EE;
}
.AnyTagClassName
{
color: #8CA6EE;
}
</style>
background-color css
<style>
a { background-color: #8CA6EE; }
a { background-color: rgb(140,166,238); }
div.DivClassName
{
background-color: #8CA6EE;
}
.BgClassName
{
background-color: #8CA6EE;
}
</style>
border-color css
<style>
span { border-color: #8CA6EE; }
span { border-color: rgb(140,166,238); }
td.TdClassName
{
border-color: #8CA6EE;
}
.TagClassName
{
border-color: #8CA6EE;
}
</style>