Shades of Portage #94A5D6
Tints of Portage #94A5D6
RGB
CMYK
RGB Variations
Color information
#94A5D6 (or 0x94A5D6) is known color: Portage. HEX triplet: 94, A5 and D6. RGB value is (148,165,214). Sum of RGB (Red+Green+Blue) = 148+165+214=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #94A5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5D6 is #6B5A29. Grayscale: #A5A5A5. Windows color (decimal): -7035434 or 14067092. OLE color: 14067092.
HSL color Cylindrical-coordinate representation of color #94A5D6: hue angle of 224.55º degrees, saturation: 0.45, 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 #94A5D6 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 165 | 214 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.16 |
| HSL | 224.55º | 0.45% | 0.71% | - |
| HSV(B) | 224.55º | 0.31% | 0.84% | - |
| XYZ | 37.81 | 38.06 | 68.97 | - |
| YUV | 165.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 214 | 0.31 | 0.23 | 0 | 0.16 | 224.55 | 0.45 | 0.71 |
| Hex | 94 | A5 | D6 | 1F | 17 | 0 | 10 | E1 | 2D | 47 |
| Octal | 224 | 245 | 326 | 37 | 27 | 0 | 20 | 341 | 55 | 107 |
| Binary | 10010100 | 10100101 | 11010110 | 11111 | 10111 | 0 | 10000 | 11100001 | 101101 | 1000111 |
Color Harmonies of #94A5D6
Complementary color
Monochromatic Colors of #94A5D6
Black with #94A5D6
Text Example
Text Example
White with #94A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A5D6; }
p { color: rgb(148,165,214); }
H1.HeaderClassName
{
color: #94A5D6;
}
.AnyTagClassName
{
color: #94A5D6;
}
</style>
background-color css
<style>
a { background-color: #94A5D6; }
a { background-color: rgb(148,165,214); }
div.DivClassName
{
background-color: #94A5D6;
}
.BgClassName
{
background-color: #94A5D6;
}
</style>
border-color css
<style>
span { border-color: #94A5D6; }
span { border-color: rgb(148,165,214); }
td.TdClassName
{
border-color: #94A5D6;
}
.TagClassName
{
border-color: #94A5D6;
}
</style>