Shades of Portage #8CA5DB
Tints of Portage #8CA5DB
RGB
CMYK
RGB Variations
Color information
#8CA5DB (or 0x8CA5DB) is known color: Portage. HEX triplet: 8C, A5 and DB. RGB value is (140,165,219). Sum of RGB (Red+Green+Blue) = 140+165+219=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA5DB is #735A24. Grayscale: #A3A3A3. Windows color (decimal): -7559717 or 14394764. OLE color: 14394764.
HSL color Cylindrical-coordinate representation of color #8CA5DB: hue angle of 221.01º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA5DB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 165 | 219 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.14 |
| HSL | 221.01º | 0.52% | 0.7% | - |
| HSV(B) | 221.01º | 0.36% | 0.86% | - |
| XYZ | 37.06 | 37.6 | 72.32 | - |
| YUV | 163.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 219 | 0.36 | 0.25 | 0 | 0.14 | 221.01 | 0.52 | 0.7 |
| Hex | 8C | A5 | DB | 24 | 19 | 0 | E | DD | 34 | 46 |
| Octal | 214 | 245 | 333 | 44 | 31 | 0 | 16 | 335 | 64 | 106 |
| Binary | 10001100 | 10100101 | 11011011 | 100100 | 11001 | 0 | 1110 | 11011101 | 110100 | 1000110 |
Color Harmonies of #8CA5DB
Complementary color
Monochromatic Colors of #8CA5DB
Black with #8CA5DB
Text Example
Text Example
White with #8CA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA5DB; }
p { color: rgb(140,165,219); }
H1.HeaderClassName
{
color: #8CA5DB;
}
.AnyTagClassName
{
color: #8CA5DB;
}
</style>
background-color css
<style>
a { background-color: #8CA5DB; }
a { background-color: rgb(140,165,219); }
div.DivClassName
{
background-color: #8CA5DB;
}
.BgClassName
{
background-color: #8CA5DB;
}
</style>
border-color css
<style>
span { border-color: #8CA5DB; }
span { border-color: rgb(140,165,219); }
td.TdClassName
{
border-color: #8CA5DB;
}
.TagClassName
{
border-color: #8CA5DB;
}
</style>