Shades of Portage #9BA4EB
Tints of Portage #9BA4EB
RGB
CMYK
RGB Variations
Color information
#9BA4EB (or 0x9BA4EB) is known color: Portage. HEX triplet: 9B, A4 and EB. RGB value is (155,164,235). Sum of RGB (Red+Green+Blue) = 155+164+235=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BA4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA4EB is #645B14. Grayscale: #A9A9A9. Windows color (decimal): -6576917 or 15443099. OLE color: 15443099.
HSL color Cylindrical-coordinate representation of color #9BA4EB: hue angle of 233.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA4EB is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 164 | 235 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.08 |
| HSL | 233.25º | 0.67% | 0.76% | - |
| HSV(B) | 233.25º | 0.34% | 0.92% | - |
| XYZ | 41.79 | 39.52 | 84.02 | - |
| YUV | 169.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 235 | 0.34 | 0.30 | 0 | 0.08 | 233.25 | 0.67 | 0.76 |
| Hex | 9B | A4 | EB | 22 | 1E | 0 | 8 | E9 | 43 | 4C |
| Octal | 233 | 244 | 353 | 42 | 36 | 0 | 10 | 351 | 103 | 114 |
| Binary | 10011011 | 10100100 | 11101011 | 100010 | 11110 | 0 | 1000 | 11101001 | 1000011 | 1001100 |
Color Harmonies of #9BA4EB
Complementary color
Monochromatic Colors of #9BA4EB
Black with #9BA4EB
Text Example
Text Example
White with #9BA4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA4EB; }
p { color: rgb(155,164,235); }
H1.HeaderClassName
{
color: #9BA4EB;
}
.AnyTagClassName
{
color: #9BA4EB;
}
</style>
background-color css
<style>
a { background-color: #9BA4EB; }
a { background-color: rgb(155,164,235); }
div.DivClassName
{
background-color: #9BA4EB;
}
.BgClassName
{
background-color: #9BA4EB;
}
</style>
border-color css
<style>
span { border-color: #9BA4EB; }
span { border-color: rgb(155,164,235); }
td.TdClassName
{
border-color: #9BA4EB;
}
.TagClassName
{
border-color: #9BA4EB;
}
</style>