Shades of Portage #94A9DD
Tints of Portage #94A9DD
RGB
CMYK
RGB Variations
Color information
#94A9DD (or 0x94A9DD) is known color: Portage. HEX triplet: 94, A9 and DD. RGB value is (148,169,221). Sum of RGB (Red+Green+Blue) = 148+169+221=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #94A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9DD is #6B5622. Grayscale: #A8A8A8. Windows color (decimal): -7034403 or 14526868. OLE color: 14526868.
HSL color Cylindrical-coordinate representation of color #94A9DD: hue angle of 222.74º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A9DD is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 169 | 221 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.13 |
| HSL | 222.74º | 0.52% | 0.72% | - |
| HSV(B) | 222.74º | 0.33% | 0.87% | - |
| XYZ | 39.45 | 39.89 | 74.03 | - |
| YUV | 168.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 221 | 0.33 | 0.24 | 0 | 0.13 | 222.74 | 0.52 | 0.72 |
| Hex | 94 | A9 | DD | 21 | 18 | 0 | D | DF | 34 | 48 |
| Octal | 224 | 251 | 335 | 41 | 30 | 0 | 15 | 337 | 64 | 110 |
| Binary | 10010100 | 10101001 | 11011101 | 100001 | 11000 | 0 | 1101 | 11011111 | 110100 | 1001000 |
Color Harmonies of #94A9DD
Complementary color
Monochromatic Colors of #94A9DD
Black with #94A9DD
Text Example
Text Example
White with #94A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9DD; }
p { color: rgb(148,169,221); }
H1.HeaderClassName
{
color: #94A9DD;
}
.AnyTagClassName
{
color: #94A9DD;
}
</style>
background-color css
<style>
a { background-color: #94A9DD; }
a { background-color: rgb(148,169,221); }
div.DivClassName
{
background-color: #94A9DD;
}
.BgClassName
{
background-color: #94A9DD;
}
</style>
border-color css
<style>
span { border-color: #94A9DD; }
span { border-color: rgb(148,169,221); }
td.TdClassName
{
border-color: #94A9DD;
}
.TagClassName
{
border-color: #94A9DD;
}
</style>