Shades of Portage #94A3DC
Tints of Portage #94A3DC
RGB
CMYK
RGB Variations
Color information
#94A3DC (or 0x94A3DC) is known color: Portage. HEX triplet: 94, A3 and DC. RGB value is (148,163,220). Sum of RGB (Red+Green+Blue) = 148+163+220=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #94A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3DC is #6B5C23. Grayscale: #A4A4A4. Windows color (decimal): -7035940 or 14459796. OLE color: 14459796.
HSL color Cylindrical-coordinate representation of color #94A3DC: hue angle of 227.5º 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 #94A3DC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 163 | 220 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.14 |
| HSL | 227.5º | 0.51% | 0.72% | - |
| HSV(B) | 227.5º | 0.33% | 0.86% | - |
| XYZ | 38.23 | 37.66 | 72.96 | - |
| YUV | 165.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 220 | 0.33 | 0.26 | 0 | 0.14 | 227.5 | 0.51 | 0.72 |
| Hex | 94 | A3 | DC | 21 | 1A | 0 | E | E4 | 33 | 48 |
| Octal | 224 | 243 | 334 | 41 | 32 | 0 | 16 | 344 | 63 | 110 |
| Binary | 10010100 | 10100011 | 11011100 | 100001 | 11010 | 0 | 1110 | 11100100 | 110011 | 1001000 |
Color Harmonies of #94A3DC
Complementary color
Monochromatic Colors of #94A3DC
Black with #94A3DC
Text Example
Text Example
White with #94A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A3DC; }
p { color: rgb(148,163,220); }
H1.HeaderClassName
{
color: #94A3DC;
}
.AnyTagClassName
{
color: #94A3DC;
}
</style>
background-color css
<style>
a { background-color: #94A3DC; }
a { background-color: rgb(148,163,220); }
div.DivClassName
{
background-color: #94A3DC;
}
.BgClassName
{
background-color: #94A3DC;
}
</style>
border-color css
<style>
span { border-color: #94A3DC; }
span { border-color: rgb(148,163,220); }
td.TdClassName
{
border-color: #94A3DC;
}
.TagClassName
{
border-color: #94A3DC;
}
</style>