Shades of Portage #94A1DC
Tints of Portage #94A1DC
RGB
CMYK
RGB Variations
Color information
#94A1DC (or 0x94A1DC) is known color: Portage. HEX triplet: 94, A1 and DC. RGB value is (148,161,220). Sum of RGB (Red+Green+Blue) = 148+161+220=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #94A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1DC is #6B5E23. Grayscale: #A3A3A3. Windows color (decimal): -7036452 or 14459284. OLE color: 14459284.
HSL color Cylindrical-coordinate representation of color #94A1DC: hue angle of 229.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A1DC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 161 | 220 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.14 |
| HSL | 229.17º | 0.51% | 0.72% | - |
| HSV(B) | 229.17º | 0.33% | 0.86% | - |
| XYZ | 37.88 | 36.95 | 72.85 | - |
| YUV | 163.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 220 | 0.33 | 0.27 | 0 | 0.14 | 229.17 | 0.51 | 0.72 |
| Hex | 94 | A1 | DC | 21 | 1B | 0 | E | E5 | 33 | 48 |
| Octal | 224 | 241 | 334 | 41 | 33 | 0 | 16 | 345 | 63 | 110 |
| Binary | 10010100 | 10100001 | 11011100 | 100001 | 11011 | 0 | 1110 | 11100101 | 110011 | 1001000 |
Color Harmonies of #94A1DC
Complementary color
Monochromatic Colors of #94A1DC
Black with #94A1DC
Text Example
Text Example
White with #94A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1DC; }
p { color: rgb(148,161,220); }
H1.HeaderClassName
{
color: #94A1DC;
}
.AnyTagClassName
{
color: #94A1DC;
}
</style>
background-color css
<style>
a { background-color: #94A1DC; }
a { background-color: rgb(148,161,220); }
div.DivClassName
{
background-color: #94A1DC;
}
.BgClassName
{
background-color: #94A1DC;
}
</style>
border-color css
<style>
span { border-color: #94A1DC; }
span { border-color: rgb(148,161,220); }
td.TdClassName
{
border-color: #94A1DC;
}
.TagClassName
{
border-color: #94A1DC;
}
</style>