Shades of Portage #94A7E6
Tints of Portage #94A7E6
RGB
CMYK
RGB Variations
Color information
#94A7E6 (or 0x94A7E6) is known color: Portage. HEX triplet: 94, A7 and E6. RGB value is (148,167,230). Sum of RGB (Red+Green+Blue) = 148+167+230=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #94A7E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A7E6 is #6B5819. Grayscale: #A8A8A8. Windows color (decimal): -7034906 or 15116180. OLE color: 15116180.
HSL color Cylindrical-coordinate representation of color #94A7E6: hue angle of 226.1º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94A7E6 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 167 | 230 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.10 |
| HSL | 226.1º | 0.62% | 0.74% | - |
| HSV(B) | 226.1º | 0.36% | 0.9% | - |
| XYZ | 40.31 | 39.65 | 80.39 | - |
| YUV | 168.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 230 | 0.36 | 0.27 | 0 | 0.10 | 226.1 | 0.62 | 0.74 |
| Hex | 94 | A7 | E6 | 24 | 1B | 0 | A | E2 | 3E | 4A |
| Octal | 224 | 247 | 346 | 44 | 33 | 0 | 12 | 342 | 76 | 112 |
| Binary | 10010100 | 10100111 | 11100110 | 100100 | 11011 | 0 | 1010 | 11100010 | 111110 | 1001010 |
Color Harmonies of #94A7E6
Complementary color
Monochromatic Colors of #94A7E6
Black with #94A7E6
Text Example
Text Example
White with #94A7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A7E6; }
p { color: rgb(148,167,230); }
H1.HeaderClassName
{
color: #94A7E6;
}
.AnyTagClassName
{
color: #94A7E6;
}
</style>
background-color css
<style>
a { background-color: #94A7E6; }
a { background-color: rgb(148,167,230); }
div.DivClassName
{
background-color: #94A7E6;
}
.BgClassName
{
background-color: #94A7E6;
}
</style>
border-color css
<style>
span { border-color: #94A7E6; }
span { border-color: rgb(148,167,230); }
td.TdClassName
{
border-color: #94A7E6;
}
.TagClassName
{
border-color: #94A7E6;
}
</style>