Shades of Portage #91A7F2
Tints of Portage #91A7F2
RGB
CMYK
RGB Variations
Color information
#91A7F2 (or 0x91A7F2) is known color: Portage. HEX triplet: 91, A7 and F2. RGB value is (145,167,242). Sum of RGB (Red+Green+Blue) = 145+167+242=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #91A7F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A7F2 is #6E580D. Grayscale: #A8A8A8. Windows color (decimal): -7231502 or 15902609. OLE color: 15902609.
HSL color Cylindrical-coordinate representation of color #91A7F2: hue angle of 226.39º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91A7F2 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 167 | 242 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.05 |
| HSL | 226.39º | 0.79% | 0.76% | - |
| HSV(B) | 226.39º | 0.4% | 0.95% | - |
| XYZ | 41.52 | 40.07 | 89.55 | - |
| YUV | 168.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 242 | 0.40 | 0.31 | 0 | 0.05 | 226.39 | 0.79 | 0.76 |
| Hex | 91 | A7 | F2 | 28 | 1F | 0 | 5 | E2 | 4F | 4C |
| Octal | 221 | 247 | 362 | 50 | 37 | 0 | 5 | 342 | 117 | 114 |
| Binary | 10010001 | 10100111 | 11110010 | 101000 | 11111 | 0 | 101 | 11100010 | 1001111 | 1001100 |
Color Harmonies of #91A7F2
Complementary color
Monochromatic Colors of #91A7F2
Black with #91A7F2
Text Example
Text Example
White with #91A7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A7F2; }
p { color: rgb(145,167,242); }
H1.HeaderClassName
{
color: #91A7F2;
}
.AnyTagClassName
{
color: #91A7F2;
}
</style>
background-color css
<style>
a { background-color: #91A7F2; }
a { background-color: rgb(145,167,242); }
div.DivClassName
{
background-color: #91A7F2;
}
.BgClassName
{
background-color: #91A7F2;
}
</style>
border-color css
<style>
span { border-color: #91A7F2; }
span { border-color: rgb(145,167,242); }
td.TdClassName
{
border-color: #91A7F2;
}
.TagClassName
{
border-color: #91A7F2;
}
</style>