Shades of Portage #9A9DEB
Tints of Portage #9A9DEB
RGB
CMYK
RGB Variations
Color information
#9A9DEB (or 0x9A9DEB) is known color: Portage. HEX triplet: 9A, 9D and EB. RGB value is (154,157,235). Sum of RGB (Red+Green+Blue) = 154+157+235=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A9DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9DEB is #656214. Grayscale: #A4A4A4. Windows color (decimal): -6644245 or 15441306. OLE color: 15441306.
HSL color Cylindrical-coordinate representation of color #9A9DEB: hue angle of 237.78º 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 #9A9DEB is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 157 | 235 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.08 |
| HSL | 237.78º | 0.67% | 0.76% | - |
| HSV(B) | 237.78º | 0.34% | 0.92% | - |
| XYZ | 40.38 | 36.98 | 83.61 | - |
| YUV | 165 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 235 | 0.34 | 0.33 | 0 | 0.08 | 237.78 | 0.67 | 0.76 |
| Hex | 9A | 9D | EB | 22 | 21 | 0 | 8 | EE | 43 | 4C |
| Octal | 232 | 235 | 353 | 42 | 41 | 0 | 10 | 356 | 103 | 114 |
| Binary | 10011010 | 10011101 | 11101011 | 100010 | 100001 | 0 | 1000 | 11101110 | 1000011 | 1001100 |
Color Harmonies of #9A9DEB
Complementary color
Monochromatic Colors of #9A9DEB
Black with #9A9DEB
Text Example
Text Example
White with #9A9DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DEB; }
p { color: rgb(154,157,235); }
H1.HeaderClassName
{
color: #9A9DEB;
}
.AnyTagClassName
{
color: #9A9DEB;
}
</style>
background-color css
<style>
a { background-color: #9A9DEB; }
a { background-color: rgb(154,157,235); }
div.DivClassName
{
background-color: #9A9DEB;
}
.BgClassName
{
background-color: #9A9DEB;
}
</style>
border-color css
<style>
span { border-color: #9A9DEB; }
span { border-color: rgb(154,157,235); }
td.TdClassName
{
border-color: #9A9DEB;
}
.TagClassName
{
border-color: #9A9DEB;
}
</style>