Shades of Portage #9A9CE7
Tints of Portage #9A9CE7
RGB
CMYK
RGB Variations
Color information
#9A9CE7 (or 0x9A9CE7) is known color: Portage. HEX triplet: 9A, 9C and E7. RGB value is (154,156,231). Sum of RGB (Red+Green+Blue) = 154+156+231=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A9CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9CE7 is #656318. Grayscale: #A3A3A3. Windows color (decimal): -6644505 or 15178906. OLE color: 15178906.
HSL color Cylindrical-coordinate representation of color #9A9CE7: hue angle of 238.44º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A9CE7 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 156 | 231 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.09 |
| HSL | 238.44º | 0.62% | 0.75% | - |
| HSV(B) | 238.44º | 0.33% | 0.91% | - |
| XYZ | 39.64 | 36.42 | 80.54 | - |
| YUV | 163.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 231 | 0.33 | 0.32 | 0 | 0.09 | 238.44 | 0.62 | 0.75 |
| Hex | 9A | 9C | E7 | 21 | 20 | 0 | 9 | EE | 3E | 4B |
| Octal | 232 | 234 | 347 | 41 | 40 | 0 | 11 | 356 | 76 | 113 |
| Binary | 10011010 | 10011100 | 11100111 | 100001 | 100000 | 0 | 1001 | 11101110 | 111110 | 1001011 |
Color Harmonies of #9A9CE7
Complementary color
Monochromatic Colors of #9A9CE7
Black with #9A9CE7
Text Example
Text Example
White with #9A9CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9CE7; }
p { color: rgb(154,156,231); }
H1.HeaderClassName
{
color: #9A9CE7;
}
.AnyTagClassName
{
color: #9A9CE7;
}
</style>
background-color css
<style>
a { background-color: #9A9CE7; }
a { background-color: rgb(154,156,231); }
div.DivClassName
{
background-color: #9A9CE7;
}
.BgClassName
{
background-color: #9A9CE7;
}
</style>
border-color css
<style>
span { border-color: #9A9CE7; }
span { border-color: rgb(154,156,231); }
td.TdClassName
{
border-color: #9A9CE7;
}
.TagClassName
{
border-color: #9A9CE7;
}
</style>