Shades of Portage #8A9BCF
Tints of Portage #8A9BCF
RGB
CMYK
RGB Variations
Color information
#8A9BCF (or 0x8A9BCF) is known color: Portage. HEX triplet: 8A, 9B and CF. RGB value is (138,155,207). Sum of RGB (Red+Green+Blue) = 138+155+207=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A9BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BCF is #756430. Grayscale: #9B9B9B. Windows color (decimal): -7693361 or 13605770. OLE color: 13605770.
HSL color Cylindrical-coordinate representation of color #8A9BCF: hue angle of 225.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9BCF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 155 | 207 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.19 |
| HSL | 225.22º | 0.42% | 0.68% | - |
| HSV(B) | 225.22º | 0.33% | 0.81% | - |
| XYZ | 33.47 | 33.35 | 63.71 | - |
| YUV | 155.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 207 | 0.33 | 0.25 | 0 | 0.19 | 225.22 | 0.42 | 0.68 |
| Hex | 8A | 9B | CF | 21 | 19 | 0 | 13 | E1 | 2A | 44 |
| Octal | 212 | 233 | 317 | 41 | 31 | 0 | 23 | 341 | 52 | 104 |
| Binary | 10001010 | 10011011 | 11001111 | 100001 | 11001 | 0 | 10011 | 11100001 | 101010 | 1000100 |
Color Harmonies of #8A9BCF
Complementary color
Monochromatic Colors of #8A9BCF
Black with #8A9BCF
Text Example
Text Example
White with #8A9BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BCF; }
p { color: rgb(138,155,207); }
H1.HeaderClassName
{
color: #8A9BCF;
}
.AnyTagClassName
{
color: #8A9BCF;
}
</style>
background-color css
<style>
a { background-color: #8A9BCF; }
a { background-color: rgb(138,155,207); }
div.DivClassName
{
background-color: #8A9BCF;
}
.BgClassName
{
background-color: #8A9BCF;
}
</style>
border-color css
<style>
span { border-color: #8A9BCF; }
span { border-color: rgb(138,155,207); }
td.TdClassName
{
border-color: #8A9BCF;
}
.TagClassName
{
border-color: #8A9BCF;
}
</style>