Shades of Portage #94A5D7
Tints of Portage #94A5D7
RGB
CMYK
RGB Variations
Color information
#94A5D7 (or 0x94A5D7) is known color: Portage. HEX triplet: 94, A5 and D7. RGB value is (148,165,215). Sum of RGB (Red+Green+Blue) = 148+165+215=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #94A5D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5D7 is #6B5A28. Grayscale: #A5A5A5. Windows color (decimal): -7035433 or 14132628. OLE color: 14132628.
HSL color Cylindrical-coordinate representation of color #94A5D7: hue angle of 224.78º 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 #94A5D7 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 165 | 215 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.16 |
| HSL | 224.78º | 0.46% | 0.71% | - |
| HSV(B) | 224.78º | 0.31% | 0.84% | - |
| XYZ | 37.93 | 38.11 | 69.65 | - |
| YUV | 165.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 215 | 0.31 | 0.23 | 0 | 0.16 | 224.78 | 0.46 | 0.71 |
| Hex | 94 | A5 | D7 | 1F | 17 | 0 | 10 | E1 | 2E | 47 |
| Octal | 224 | 245 | 327 | 37 | 27 | 0 | 20 | 341 | 56 | 107 |
| Binary | 10010100 | 10100101 | 11010111 | 11111 | 10111 | 0 | 10000 | 11100001 | 101110 | 1000111 |
Color Harmonies of #94A5D7
Complementary color
Monochromatic Colors of #94A5D7
Black with #94A5D7
Text Example
Text Example
White with #94A5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A5D7; }
p { color: rgb(148,165,215); }
H1.HeaderClassName
{
color: #94A5D7;
}
.AnyTagClassName
{
color: #94A5D7;
}
</style>
background-color css
<style>
a { background-color: #94A5D7; }
a { background-color: rgb(148,165,215); }
div.DivClassName
{
background-color: #94A5D7;
}
.BgClassName
{
background-color: #94A5D7;
}
</style>
border-color css
<style>
span { border-color: #94A5D7; }
span { border-color: rgb(148,165,215); }
td.TdClassName
{
border-color: #94A5D7;
}
.TagClassName
{
border-color: #94A5D7;
}
</style>