Shades of Portage #939FDB
Tints of Portage #939FDB
RGB
CMYK
RGB Variations
Color information
#939FDB (or 0x939FDB) is known color: Portage. HEX triplet: 93, 9F and DB. RGB value is (147,159,219). Sum of RGB (Red+Green+Blue) = 147+159+219=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #939FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FDB is #6C6024. Grayscale: #A2A2A2. Windows color (decimal): -7102501 or 14393235. OLE color: 14393235.
HSL color Cylindrical-coordinate representation of color #939FDB: hue angle of 230º 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 #939FDB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 159 | 219 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.14 |
| HSL | 230º | 0.5% | 0.72% | - |
| HSV(B) | 230º | 0.33% | 0.86% | - |
| XYZ | 37.22 | 36.11 | 72.03 | - |
| YUV | 162.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 219 | 0.33 | 0.27 | 0 | 0.14 | 230 | 0.5 | 0.72 |
| Hex | 93 | 9F | DB | 21 | 1B | 0 | E | E6 | 32 | 48 |
| Octal | 223 | 237 | 333 | 41 | 33 | 0 | 16 | 346 | 62 | 110 |
| Binary | 10010011 | 10011111 | 11011011 | 100001 | 11011 | 0 | 1110 | 11100110 | 110010 | 1001000 |
Color Harmonies of #939FDB
Complementary color
Monochromatic Colors of #939FDB
Black with #939FDB
Text Example
Text Example
White with #939FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FDB; }
p { color: rgb(147,159,219); }
H1.HeaderClassName
{
color: #939FDB;
}
.AnyTagClassName
{
color: #939FDB;
}
</style>
background-color css
<style>
a { background-color: #939FDB; }
a { background-color: rgb(147,159,219); }
div.DivClassName
{
background-color: #939FDB;
}
.BgClassName
{
background-color: #939FDB;
}
</style>
border-color css
<style>
span { border-color: #939FDB; }
span { border-color: rgb(147,159,219); }
td.TdClassName
{
border-color: #939FDB;
}
.TagClassName
{
border-color: #939FDB;
}
</style>