Shades of Portage #9B9DF3
Tints of Portage #9B9DF3
RGB
CMYK
RGB Variations
Color information
#9B9DF3 (or 0x9B9DF3) is known color: Portage. HEX triplet: 9B, 9D and F3. RGB value is (155,157,243). Sum of RGB (Red+Green+Blue) = 155+157+243=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B9DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9DF3 is #64620C. Grayscale: #A5A5A5. Windows color (decimal): -6578701 or 15965595. OLE color: 15965595.
HSL color Cylindrical-coordinate representation of color #9B9DF3: hue angle of 238.64º degrees, saturation: 0.79, 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 #9B9DF3 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 157 | 243 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.05 |
| HSL | 238.64º | 0.79% | 0.78% | - |
| HSV(B) | 238.64º | 0.36% | 0.95% | - |
| XYZ | 41.75 | 37.55 | 89.84 | - |
| YUV | 166.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 243 | 0.36 | 0.35 | 0 | 0.05 | 238.64 | 0.79 | 0.78 |
| Hex | 9B | 9D | F3 | 24 | 23 | 0 | 5 | EF | 4F | 4E |
| Octal | 233 | 235 | 363 | 44 | 43 | 0 | 5 | 357 | 117 | 116 |
| Binary | 10011011 | 10011101 | 11110011 | 100100 | 100011 | 0 | 101 | 11101111 | 1001111 | 1001110 |
Color Harmonies of #9B9DF3
Complementary color
Monochromatic Colors of #9B9DF3
Black with #9B9DF3
Text Example
Text Example
White with #9B9DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9DF3; }
p { color: rgb(155,157,243); }
H1.HeaderClassName
{
color: #9B9DF3;
}
.AnyTagClassName
{
color: #9B9DF3;
}
</style>
background-color css
<style>
a { background-color: #9B9DF3; }
a { background-color: rgb(155,157,243); }
div.DivClassName
{
background-color: #9B9DF3;
}
.BgClassName
{
background-color: #9B9DF3;
}
</style>
border-color css
<style>
span { border-color: #9B9DF3; }
span { border-color: rgb(155,157,243); }
td.TdClassName
{
border-color: #9B9DF3;
}
.TagClassName
{
border-color: #9B9DF3;
}
</style>