Shades of Portage #94A7F2
Tints of Portage #94A7F2
RGB
CMYK
RGB Variations
Color information
#94A7F2 (or 0x94A7F2) is known color: Portage. HEX triplet: 94, A7 and F2. RGB value is (148,167,242). Sum of RGB (Red+Green+Blue) = 148+167+242=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #94A7F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A7F2 is #6B580D. Grayscale: #A9A9A9. Windows color (decimal): -7034894 or 15902612. OLE color: 15902612.
HSL color Cylindrical-coordinate representation of color #94A7F2: hue angle of 227.87º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94A7F2 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 167 | 242 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.05 |
| HSL | 227.87º | 0.78% | 0.76% | - |
| HSV(B) | 227.87º | 0.39% | 0.95% | - |
| XYZ | 42.06 | 40.34 | 89.57 | - |
| YUV | 169.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 242 | 0.39 | 0.31 | 0 | 0.05 | 227.87 | 0.78 | 0.76 |
| Hex | 94 | A7 | F2 | 27 | 1F | 0 | 5 | E4 | 4E | 4C |
| Octal | 224 | 247 | 362 | 47 | 37 | 0 | 5 | 344 | 116 | 114 |
| Binary | 10010100 | 10100111 | 11110010 | 100111 | 11111 | 0 | 101 | 11100100 | 1001110 | 1001100 |
Color Harmonies of #94A7F2
Complementary color
Monochromatic Colors of #94A7F2
Black with #94A7F2
Text Example
Text Example
White with #94A7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A7F2; }
p { color: rgb(148,167,242); }
H1.HeaderClassName
{
color: #94A7F2;
}
.AnyTagClassName
{
color: #94A7F2;
}
</style>
background-color css
<style>
a { background-color: #94A7F2; }
a { background-color: rgb(148,167,242); }
div.DivClassName
{
background-color: #94A7F2;
}
.BgClassName
{
background-color: #94A7F2;
}
</style>
border-color css
<style>
span { border-color: #94A7F2; }
span { border-color: rgb(148,167,242); }
td.TdClassName
{
border-color: #94A7F2;
}
.TagClassName
{
border-color: #94A7F2;
}
</style>