Shades of Portage #9B9AF3
Tints of Portage #9B9AF3
RGB
CMYK
RGB Variations
Color information
#9B9AF3 (or 0x9B9AF3) is known color: Portage. HEX triplet: 9B, 9A and F3. RGB value is (155,154,243). Sum of RGB (Red+Green+Blue) = 155+154+243=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B9AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AF3 is #64650C. Grayscale: #A4A4A4. Windows color (decimal): -6579469 or 15964827. OLE color: 15964827.
HSL color Cylindrical-coordinate representation of color #9B9AF3: hue angle of 240.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B9AF3 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 154 | 243 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.05 |
| HSL | 240.67º | 0.79% | 0.78% | - |
| HSV(B) | 240.67º | 0.37% | 0.95% | - |
| XYZ | 41.25 | 36.55 | 89.67 | - |
| YUV | 164.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 243 | 0.36 | 0.37 | 0 | 0.05 | 240.67 | 0.79 | 0.78 |
| Hex | 9B | 9A | F3 | 24 | 25 | 0 | 5 | F1 | 4F | 4E |
| Octal | 233 | 232 | 363 | 44 | 45 | 0 | 5 | 361 | 117 | 116 |
| Binary | 10011011 | 10011010 | 11110011 | 100100 | 100101 | 0 | 101 | 11110001 | 1001111 | 1001110 |
Color Harmonies of #9B9AF3
Complementary color
Monochromatic Colors of #9B9AF3
Black with #9B9AF3
Text Example
Text Example
White with #9B9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9AF3; }
p { color: rgb(155,154,243); }
H1.HeaderClassName
{
color: #9B9AF3;
}
.AnyTagClassName
{
color: #9B9AF3;
}
</style>
background-color css
<style>
a { background-color: #9B9AF3; }
a { background-color: rgb(155,154,243); }
div.DivClassName
{
background-color: #9B9AF3;
}
.BgClassName
{
background-color: #9B9AF3;
}
</style>
border-color css
<style>
span { border-color: #9B9AF3; }
span { border-color: rgb(155,154,243); }
td.TdClassName
{
border-color: #9B9AF3;
}
.TagClassName
{
border-color: #9B9AF3;
}
</style>