Shades of Portage #9A9BED
Tints of Portage #9A9BED
RGB
CMYK
RGB Variations
Color information
#9A9BED (or 0x9A9BED) is known color: Portage. HEX triplet: 9A, 9B and ED. RGB value is (154,155,237). Sum of RGB (Red+Green+Blue) = 154+155+237=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9BED is #656412. Grayscale: #A3A3A3. Windows color (decimal): -6644755 or 15571866. OLE color: 15571866.
HSL color Cylindrical-coordinate representation of color #9A9BED: hue angle of 239.28º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A9BED is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 155 | 237 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.07 |
| HSL | 239.28º | 0.7% | 0.77% | - |
| HSV(B) | 239.28º | 0.35% | 0.93% | - |
| XYZ | 40.33 | 36.43 | 85.03 | - |
| YUV | 164.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 237 | 0.35 | 0.35 | 0 | 0.07 | 239.28 | 0.7 | 0.77 |
| Hex | 9A | 9B | ED | 23 | 23 | 0 | 7 | EF | 46 | 4D |
| Octal | 232 | 233 | 355 | 43 | 43 | 0 | 7 | 357 | 106 | 115 |
| Binary | 10011010 | 10011011 | 11101101 | 100011 | 100011 | 0 | 111 | 11101111 | 1000110 | 1001101 |
Color Harmonies of #9A9BED
Complementary color
Monochromatic Colors of #9A9BED
Black with #9A9BED
Text Example
Text Example
White with #9A9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BED; }
p { color: rgb(154,155,237); }
H1.HeaderClassName
{
color: #9A9BED;
}
.AnyTagClassName
{
color: #9A9BED;
}
</style>
background-color css
<style>
a { background-color: #9A9BED; }
a { background-color: rgb(154,155,237); }
div.DivClassName
{
background-color: #9A9BED;
}
.BgClassName
{
background-color: #9A9BED;
}
</style>
border-color css
<style>
span { border-color: #9A9BED; }
span { border-color: rgb(154,155,237); }
td.TdClassName
{
border-color: #9A9BED;
}
.TagClassName
{
border-color: #9A9BED;
}
</style>