Shades of Portage #94A1CB
Tints of Portage #94A1CB
RGB
CMYK
RGB Variations
Color information
#94A1CB (or 0x94A1CB) is known color: Portage. HEX triplet: 94, A1 and CB. RGB value is (148,161,203). Sum of RGB (Red+Green+Blue) = 148+161+203=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #94A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1CB is #6B5E34. Grayscale: #A1A1A1. Windows color (decimal): -7036469 or 13345172. OLE color: 13345172.
HSL color Cylindrical-coordinate representation of color #94A1CB: hue angle of 225.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A1CB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 161 | 203 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.20 |
| HSL | 225.82º | 0.35% | 0.69% | - |
| HSV(B) | 225.82º | 0.27% | 0.8% | - |
| XYZ | 35.74 | 36.1 | 61.58 | - |
| YUV | 161.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 203 | 0.27 | 0.21 | 0 | 0.20 | 225.82 | 0.35 | 0.69 |
| Hex | 94 | A1 | CB | 1B | 15 | 0 | 14 | E2 | 23 | 45 |
| Octal | 224 | 241 | 313 | 33 | 25 | 0 | 24 | 342 | 43 | 105 |
| Binary | 10010100 | 10100001 | 11001011 | 11011 | 10101 | 0 | 10100 | 11100010 | 100011 | 1000101 |
Color Harmonies of #94A1CB
Complementary color
Monochromatic Colors of #94A1CB
Black with #94A1CB
Text Example
Text Example
White with #94A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1CB; }
p { color: rgb(148,161,203); }
H1.HeaderClassName
{
color: #94A1CB;
}
.AnyTagClassName
{
color: #94A1CB;
}
</style>
background-color css
<style>
a { background-color: #94A1CB; }
a { background-color: rgb(148,161,203); }
div.DivClassName
{
background-color: #94A1CB;
}
.BgClassName
{
background-color: #94A1CB;
}
</style>
border-color css
<style>
span { border-color: #94A1CB; }
span { border-color: rgb(148,161,203); }
td.TdClassName
{
border-color: #94A1CB;
}
.TagClassName
{
border-color: #94A1CB;
}
</style>