Shades of Portage #8C9DEE
Tints of Portage #8C9DEE
RGB
CMYK
RGB Variations
Color information
#8C9DEE (or 0x8C9DEE) is known color: Portage. HEX triplet: 8C, 9D and EE. RGB value is (140,157,238). Sum of RGB (Red+Green+Blue) = 140+157+238=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9DEE is #736211. Grayscale: #A0A0A0. Windows color (decimal): -7561746 or 15637900. OLE color: 15637900.
HSL color Cylindrical-coordinate representation of color #8C9DEE: hue angle of 229.59º 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 #8C9DEE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 157 | 238 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.07 |
| HSL | 229.59º | 0.74% | 0.74% | - |
| HSV(B) | 229.59º | 0.41% | 0.93% | - |
| XYZ | 38.3 | 35.86 | 85.79 | - |
| YUV | 161.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 238 | 0.41 | 0.34 | 0 | 0.07 | 229.59 | 0.74 | 0.74 |
| Hex | 8C | 9D | EE | 29 | 22 | 0 | 7 | E6 | 4A | 4A |
| Octal | 214 | 235 | 356 | 51 | 42 | 0 | 7 | 346 | 112 | 112 |
| Binary | 10001100 | 10011101 | 11101110 | 101001 | 100010 | 0 | 111 | 11100110 | 1001010 | 1001010 |
Color Harmonies of #8C9DEE
Complementary color
Monochromatic Colors of #8C9DEE
Black with #8C9DEE
Text Example
Text Example
White with #8C9DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9DEE; }
p { color: rgb(140,157,238); }
H1.HeaderClassName
{
color: #8C9DEE;
}
.AnyTagClassName
{
color: #8C9DEE;
}
</style>
background-color css
<style>
a { background-color: #8C9DEE; }
a { background-color: rgb(140,157,238); }
div.DivClassName
{
background-color: #8C9DEE;
}
.BgClassName
{
background-color: #8C9DEE;
}
</style>
border-color css
<style>
span { border-color: #8C9DEE; }
span { border-color: rgb(140,157,238); }
td.TdClassName
{
border-color: #8C9DEE;
}
.TagClassName
{
border-color: #8C9DEE;
}
</style>