Shades of Portage #8CA3DC
Tints of Portage #8CA3DC
RGB
CMYK
RGB Variations
Color information
#8CA3DC (or 0x8CA3DC) is known color: Portage. HEX triplet: 8C, A3 and DC. RGB value is (140,163,220). Sum of RGB (Red+Green+Blue) = 140+163+220=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3DC is #735C23. Grayscale: #A2A2A2. Windows color (decimal): -7560228 or 14459788. OLE color: 14459788.
HSL color Cylindrical-coordinate representation of color #8CA3DC: hue angle of 222.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA3DC is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 163 | 220 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.14 |
| HSL | 222.75º | 0.53% | 0.71% | - |
| HSV(B) | 222.75º | 0.36% | 0.86% | - |
| XYZ | 36.83 | 36.94 | 72.9 | - |
| YUV | 162.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 220 | 0.36 | 0.26 | 0 | 0.14 | 222.75 | 0.53 | 0.71 |
| Hex | 8C | A3 | DC | 24 | 1A | 0 | E | DF | 35 | 47 |
| Octal | 214 | 243 | 334 | 44 | 32 | 0 | 16 | 337 | 65 | 107 |
| Binary | 10001100 | 10100011 | 11011100 | 100100 | 11010 | 0 | 1110 | 11011111 | 110101 | 1000111 |
Color Harmonies of #8CA3DC
Complementary color
Monochromatic Colors of #8CA3DC
Black with #8CA3DC
Text Example
Text Example
White with #8CA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA3DC; }
p { color: rgb(140,163,220); }
H1.HeaderClassName
{
color: #8CA3DC;
}
.AnyTagClassName
{
color: #8CA3DC;
}
</style>
background-color css
<style>
a { background-color: #8CA3DC; }
a { background-color: rgb(140,163,220); }
div.DivClassName
{
background-color: #8CA3DC;
}
.BgClassName
{
background-color: #8CA3DC;
}
</style>
border-color css
<style>
span { border-color: #8CA3DC; }
span { border-color: rgb(140,163,220); }
td.TdClassName
{
border-color: #8CA3DC;
}
.TagClassName
{
border-color: #8CA3DC;
}
</style>