Shades of Portage #94A4D7
Tints of Portage #94A4D7
RGB
CMYK
RGB Variations
Color information
#94A4D7 (or 0x94A4D7) is known color: Portage. HEX triplet: 94, A4 and D7. RGB value is (148,164,215). Sum of RGB (Red+Green+Blue) = 148+164+215=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #94A4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A4D7 is #6B5B28. Grayscale: #A4A4A4. Windows color (decimal): -7035689 or 14132372. OLE color: 14132372.
HSL color Cylindrical-coordinate representation of color #94A4D7: hue angle of 225.67º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94A4D7 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 164 | 215 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.16 |
| HSL | 225.67º | 0.46% | 0.71% | - |
| HSV(B) | 225.67º | 0.31% | 0.84% | - |
| XYZ | 37.75 | 37.75 | 69.59 | - |
| YUV | 165.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 215 | 0.31 | 0.24 | 0 | 0.16 | 225.67 | 0.46 | 0.71 |
| Hex | 94 | A4 | D7 | 1F | 18 | 0 | 10 | E2 | 2E | 47 |
| Octal | 224 | 244 | 327 | 37 | 30 | 0 | 20 | 342 | 56 | 107 |
| Binary | 10010100 | 10100100 | 11010111 | 11111 | 11000 | 0 | 10000 | 11100010 | 101110 | 1000111 |
Color Harmonies of #94A4D7
Complementary color
Monochromatic Colors of #94A4D7
Black with #94A4D7
Text Example
Text Example
White with #94A4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A4D7; }
p { color: rgb(148,164,215); }
H1.HeaderClassName
{
color: #94A4D7;
}
.AnyTagClassName
{
color: #94A4D7;
}
</style>
background-color css
<style>
a { background-color: #94A4D7; }
a { background-color: rgb(148,164,215); }
div.DivClassName
{
background-color: #94A4D7;
}
.BgClassName
{
background-color: #94A4D7;
}
</style>
border-color css
<style>
span { border-color: #94A4D7; }
span { border-color: rgb(148,164,215); }
td.TdClassName
{
border-color: #94A4D7;
}
.TagClassName
{
border-color: #94A4D7;
}
</style>