Shades of Portage #94A0CC
Tints of Portage #94A0CC
RGB
CMYK
RGB Variations
Color information
#94A0CC (or 0x94A0CC) is known color: Portage. HEX triplet: 94, A0 and CC. RGB value is (148,160,204). Sum of RGB (Red+Green+Blue) = 148+160+204=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #94A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0CC is #6B5F33. Grayscale: #A1A1A1. Windows color (decimal): -7036724 or 13410452. OLE color: 13410452.
HSL color Cylindrical-coordinate representation of color #94A0CC: hue angle of 227.14º 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 #94A0CC is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 160 | 204 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.2 |
| HSL | 227.14º | 0.35% | 0.69% | - |
| HSV(B) | 227.14º | 0.27% | 0.8% | - |
| XYZ | 35.68 | 35.8 | 62.16 | - |
| YUV | 161.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 204 | 0.27 | 0.22 | 0 | 0.2 | 227.14 | 0.35 | 0.69 |
| Hex | 94 | A0 | CC | 1B | 16 | 0 | 14 | E3 | 23 | 45 |
| Octal | 224 | 240 | 314 | 33 | 26 | 0 | 24 | 343 | 43 | 105 |
| Binary | 10010100 | 10100000 | 11001100 | 11011 | 10110 | 0 | 10100 | 11100011 | 100011 | 1000101 |
Color Harmonies of #94A0CC
Complementary color
Monochromatic Colors of #94A0CC
Black with #94A0CC
Text Example
Text Example
White with #94A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A0CC; }
p { color: rgb(148,160,204); }
H1.HeaderClassName
{
color: #94A0CC;
}
.AnyTagClassName
{
color: #94A0CC;
}
</style>
background-color css
<style>
a { background-color: #94A0CC; }
a { background-color: rgb(148,160,204); }
div.DivClassName
{
background-color: #94A0CC;
}
.BgClassName
{
background-color: #94A0CC;
}
</style>
border-color css
<style>
span { border-color: #94A0CC; }
span { border-color: rgb(148,160,204); }
td.TdClassName
{
border-color: #94A0CC;
}
.TagClassName
{
border-color: #94A0CC;
}
</style>