Shades of Portage #94A2CF
Tints of Portage #94A2CF
RGB
CMYK
RGB Variations
Color information
#94A2CF (or 0x94A2CF) is known color: Portage. HEX triplet: 94, A2 and CF. RGB value is (148,162,207). Sum of RGB (Red+Green+Blue) = 148+162+207=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #94A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2CF is #6B5D30. Grayscale: #A2A2A2. Windows color (decimal): -7036209 or 13607572. OLE color: 13607572.
HSL color Cylindrical-coordinate representation of color #94A2CF: hue angle of 225.76º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94A2CF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 162 | 207 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.19 |
| HSL | 225.76º | 0.38% | 0.7% | - |
| HSV(B) | 225.76º | 0.29% | 0.81% | - |
| XYZ | 36.4 | 36.64 | 64.19 | - |
| YUV | 162.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 207 | 0.29 | 0.22 | 0 | 0.19 | 225.76 | 0.38 | 0.7 |
| Hex | 94 | A2 | CF | 1D | 16 | 0 | 13 | E2 | 26 | 46 |
| Octal | 224 | 242 | 317 | 35 | 26 | 0 | 23 | 342 | 46 | 106 |
| Binary | 10010100 | 10100010 | 11001111 | 11101 | 10110 | 0 | 10011 | 11100010 | 100110 | 1000110 |
Color Harmonies of #94A2CF
Complementary color
Monochromatic Colors of #94A2CF
Black with #94A2CF
Text Example
Text Example
White with #94A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A2CF; }
p { color: rgb(148,162,207); }
H1.HeaderClassName
{
color: #94A2CF;
}
.AnyTagClassName
{
color: #94A2CF;
}
</style>
background-color css
<style>
a { background-color: #94A2CF; }
a { background-color: rgb(148,162,207); }
div.DivClassName
{
background-color: #94A2CF;
}
.BgClassName
{
background-color: #94A2CF;
}
</style>
border-color css
<style>
span { border-color: #94A2CF; }
span { border-color: rgb(148,162,207); }
td.TdClassName
{
border-color: #94A2CF;
}
.TagClassName
{
border-color: #94A2CF;
}
</style>