Shades of Portage #9BA1F2
Tints of Portage #9BA1F2
RGB
CMYK
RGB Variations
Color information
#9BA1F2 (or 0x9BA1F2) is known color: Portage. HEX triplet: 9B, A1 and F2. RGB value is (155,161,242). Sum of RGB (Red+Green+Blue) = 155+161+242=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BA1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA1F2 is #645E0D. Grayscale: #A8A8A8. Windows color (decimal): -6577678 or 15901083. OLE color: 15901083.
HSL color Cylindrical-coordinate representation of color #9BA1F2: hue angle of 235.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA1F2 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 161 | 242 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.05 |
| HSL | 235.86º | 0.77% | 0.78% | - |
| HSV(B) | 235.86º | 0.36% | 0.95% | - |
| XYZ | 42.29 | 38.87 | 89.28 | - |
| YUV | 168.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 242 | 0.36 | 0.33 | 0 | 0.05 | 235.86 | 0.77 | 0.78 |
| Hex | 9B | A1 | F2 | 24 | 21 | 0 | 5 | EC | 4D | 4E |
| Octal | 233 | 241 | 362 | 44 | 41 | 0 | 5 | 354 | 115 | 116 |
| Binary | 10011011 | 10100001 | 11110010 | 100100 | 100001 | 0 | 101 | 11101100 | 1001101 | 1001110 |
Color Harmonies of #9BA1F2
Complementary color
Monochromatic Colors of #9BA1F2
Black with #9BA1F2
Text Example
Text Example
White with #9BA1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1F2; }
p { color: rgb(155,161,242); }
H1.HeaderClassName
{
color: #9BA1F2;
}
.AnyTagClassName
{
color: #9BA1F2;
}
</style>
background-color css
<style>
a { background-color: #9BA1F2; }
a { background-color: rgb(155,161,242); }
div.DivClassName
{
background-color: #9BA1F2;
}
.BgClassName
{
background-color: #9BA1F2;
}
</style>
border-color css
<style>
span { border-color: #9BA1F2; }
span { border-color: rgb(155,161,242); }
td.TdClassName
{
border-color: #9BA1F2;
}
.TagClassName
{
border-color: #9BA1F2;
}
</style>