Shades of Portage #8A9BCE
Tints of Portage #8A9BCE
RGB
CMYK
RGB Variations
Color information
#8A9BCE (or 0x8A9BCE) is known color: Portage. HEX triplet: 8A, 9B and CE. RGB value is (138,155,206). Sum of RGB (Red+Green+Blue) = 138+155+206=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BCE is #756431. Grayscale: #9B9B9B. Windows color (decimal): -7693362 or 13540234. OLE color: 13540234.
HSL color Cylindrical-coordinate representation of color #8A9BCE: hue angle of 225º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9BCE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 155 | 206 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.19 |
| HSL | 225º | 0.41% | 0.67% | - |
| HSV(B) | 225º | 0.33% | 0.81% | - |
| XYZ | 33.34 | 33.3 | 63.06 | - |
| YUV | 155.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 206 | 0.33 | 0.25 | 0 | 0.19 | 225 | 0.41 | 0.67 |
| Hex | 8A | 9B | CE | 21 | 19 | 0 | 13 | E1 | 29 | 43 |
| Octal | 212 | 233 | 316 | 41 | 31 | 0 | 23 | 341 | 51 | 103 |
| Binary | 10001010 | 10011011 | 11001110 | 100001 | 11001 | 0 | 10011 | 11100001 | 101001 | 1000011 |
Color Harmonies of #8A9BCE
Complementary color
Monochromatic Colors of #8A9BCE
Black with #8A9BCE
Text Example
Text Example
White with #8A9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BCE; }
p { color: rgb(138,155,206); }
H1.HeaderClassName
{
color: #8A9BCE;
}
.AnyTagClassName
{
color: #8A9BCE;
}
</style>
background-color css
<style>
a { background-color: #8A9BCE; }
a { background-color: rgb(138,155,206); }
div.DivClassName
{
background-color: #8A9BCE;
}
.BgClassName
{
background-color: #8A9BCE;
}
</style>
border-color css
<style>
span { border-color: #8A9BCE; }
span { border-color: rgb(138,155,206); }
td.TdClassName
{
border-color: #8A9BCE;
}
.TagClassName
{
border-color: #8A9BCE;
}
</style>