Shades of Portage #93A5DB
Tints of Portage #93A5DB
RGB
CMYK
RGB Variations
Color information
#93A5DB (or 0x93A5DB) is known color: Portage. HEX triplet: 93, A5 and DB. RGB value is (147,165,219). Sum of RGB (Red+Green+Blue) = 147+165+219=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #93A5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5DB is #6C5A24. Grayscale: #A5A5A5. Windows color (decimal): -7100965 or 14394771. OLE color: 14394771.
HSL color Cylindrical-coordinate representation of color #93A5DB: hue angle of 225º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A5DB is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 165 | 219 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.14 |
| HSL | 225º | 0.5% | 0.72% | - |
| HSV(B) | 225º | 0.33% | 0.86% | - |
| XYZ | 38.27 | 38.23 | 72.38 | - |
| YUV | 165.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 219 | 0.33 | 0.25 | 0 | 0.14 | 225 | 0.5 | 0.72 |
| Hex | 93 | A5 | DB | 21 | 19 | 0 | E | E1 | 32 | 48 |
| Octal | 223 | 245 | 333 | 41 | 31 | 0 | 16 | 341 | 62 | 110 |
| Binary | 10010011 | 10100101 | 11011011 | 100001 | 11001 | 0 | 1110 | 11100001 | 110010 | 1001000 |
Color Harmonies of #93A5DB
Complementary color
Monochromatic Colors of #93A5DB
Black with #93A5DB
Text Example
Text Example
White with #93A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A5DB; }
p { color: rgb(147,165,219); }
H1.HeaderClassName
{
color: #93A5DB;
}
.AnyTagClassName
{
color: #93A5DB;
}
</style>
background-color css
<style>
a { background-color: #93A5DB; }
a { background-color: rgb(147,165,219); }
div.DivClassName
{
background-color: #93A5DB;
}
.BgClassName
{
background-color: #93A5DB;
}
</style>
border-color css
<style>
span { border-color: #93A5DB; }
span { border-color: rgb(147,165,219); }
td.TdClassName
{
border-color: #93A5DB;
}
.TagClassName
{
border-color: #93A5DB;
}
</style>