Shades of Portage #94A0CB
Tints of Portage #94A0CB
RGB
CMYK
RGB Variations
Color information
#94A0CB (or 0x94A0CB) is known color: Portage. HEX triplet: 94, A0 and CB. RGB value is (148,160,203). Sum of RGB (Red+Green+Blue) = 148+160+203=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #94A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0CB is #6B5F34. Grayscale: #A1A1A1. Windows color (decimal): -7036725 or 13344916. OLE color: 13344916.
HSL color Cylindrical-coordinate representation of color #94A0CB: hue angle of 226.91º 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 #94A0CB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 160 | 203 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.20 |
| HSL | 226.91º | 0.35% | 0.69% | - |
| HSV(B) | 226.91º | 0.27% | 0.8% | - |
| XYZ | 35.56 | 35.75 | 61.53 | - |
| YUV | 161.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 203 | 0.27 | 0.21 | 0 | 0.20 | 226.91 | 0.35 | 0.69 |
| Hex | 94 | A0 | CB | 1B | 15 | 0 | 14 | E3 | 23 | 45 |
| Octal | 224 | 240 | 313 | 33 | 25 | 0 | 24 | 343 | 43 | 105 |
| Binary | 10010100 | 10100000 | 11001011 | 11011 | 10101 | 0 | 10100 | 11100011 | 100011 | 1000101 |
Color Harmonies of #94A0CB
Complementary color
Monochromatic Colors of #94A0CB
Black with #94A0CB
Text Example
Text Example
White with #94A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A0CB; }
p { color: rgb(148,160,203); }
H1.HeaderClassName
{
color: #94A0CB;
}
.AnyTagClassName
{
color: #94A0CB;
}
</style>
background-color css
<style>
a { background-color: #94A0CB; }
a { background-color: rgb(148,160,203); }
div.DivClassName
{
background-color: #94A0CB;
}
.BgClassName
{
background-color: #94A0CB;
}
</style>
border-color css
<style>
span { border-color: #94A0CB; }
span { border-color: rgb(148,160,203); }
td.TdClassName
{
border-color: #94A0CB;
}
.TagClassName
{
border-color: #94A0CB;
}
</style>