Shades of Portage #8C9DED
Tints of Portage #8C9DED
RGB
CMYK
RGB Variations
Color information
#8C9DED (or 0x8C9DED) is known color: Portage. HEX triplet: 8C, 9D and ED. RGB value is (140,157,237). Sum of RGB (Red+Green+Blue) = 140+157+237=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9DED is #736212. Grayscale: #A0A0A0. Windows color (decimal): -7561747 or 15572364. OLE color: 15572364.
HSL color Cylindrical-coordinate representation of color #8C9DED: hue angle of 229.48º degrees, saturation: 0.73, 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 #8C9DED is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 157 | 237 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.07 |
| HSL | 229.48º | 0.73% | 0.74% | - |
| HSV(B) | 229.48º | 0.41% | 0.93% | - |
| XYZ | 38.16 | 35.8 | 85.02 | - |
| YUV | 161.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 237 | 0.41 | 0.34 | 0 | 0.07 | 229.48 | 0.73 | 0.74 |
| Hex | 8C | 9D | ED | 29 | 22 | 0 | 7 | E5 | 49 | 4A |
| Octal | 214 | 235 | 355 | 51 | 42 | 0 | 7 | 345 | 111 | 112 |
| Binary | 10001100 | 10011101 | 11101101 | 101001 | 100010 | 0 | 111 | 11100101 | 1001001 | 1001010 |
Color Harmonies of #8C9DED
Complementary color
Monochromatic Colors of #8C9DED
Black with #8C9DED
Text Example
Text Example
White with #8C9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9DED; }
p { color: rgb(140,157,237); }
H1.HeaderClassName
{
color: #8C9DED;
}
.AnyTagClassName
{
color: #8C9DED;
}
</style>
background-color css
<style>
a { background-color: #8C9DED; }
a { background-color: rgb(140,157,237); }
div.DivClassName
{
background-color: #8C9DED;
}
.BgClassName
{
background-color: #8C9DED;
}
</style>
border-color css
<style>
span { border-color: #8C9DED; }
span { border-color: rgb(140,157,237); }
td.TdClassName
{
border-color: #8C9DED;
}
.TagClassName
{
border-color: #8C9DED;
}
</style>