Shades of Portage #94AADF
Tints of Portage #94AADF
RGB
CMYK
RGB Variations
Color information
#94AADF (or 0x94AADF) is known color: Portage. HEX triplet: 94, AA and DF. RGB value is (148,170,223). Sum of RGB (Red+Green+Blue) = 148+170+223=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #94AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AADF is #6B5520. Grayscale: #A9A9A9. Windows color (decimal): -7034145 or 14658196. OLE color: 14658196.
HSL color Cylindrical-coordinate representation of color #94AADF: hue angle of 222.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94AADF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 170 | 223 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.13 |
| HSL | 222.4º | 0.54% | 0.73% | - |
| HSV(B) | 222.4º | 0.34% | 0.87% | - |
| XYZ | 39.91 | 40.37 | 75.5 | - |
| YUV | 169.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 223 | 0.34 | 0.24 | 0 | 0.13 | 222.4 | 0.54 | 0.73 |
| Hex | 94 | AA | DF | 22 | 18 | 0 | D | DE | 36 | 49 |
| Octal | 224 | 252 | 337 | 42 | 30 | 0 | 15 | 336 | 66 | 111 |
| Binary | 10010100 | 10101010 | 11011111 | 100010 | 11000 | 0 | 1101 | 11011110 | 110110 | 1001001 |
Color Harmonies of #94AADF
Complementary color
Monochromatic Colors of #94AADF
Black with #94AADF
Text Example
Text Example
White with #94AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AADF; }
p { color: rgb(148,170,223); }
H1.HeaderClassName
{
color: #94AADF;
}
.AnyTagClassName
{
color: #94AADF;
}
</style>
background-color css
<style>
a { background-color: #94AADF; }
a { background-color: rgb(148,170,223); }
div.DivClassName
{
background-color: #94AADF;
}
.BgClassName
{
background-color: #94AADF;
}
</style>
border-color css
<style>
span { border-color: #94AADF; }
span { border-color: rgb(148,170,223); }
td.TdClassName
{
border-color: #94AADF;
}
.TagClassName
{
border-color: #94AADF;
}
</style>