Shades of Portage #8A9DDF
Tints of Portage #8A9DDF
RGB
CMYK
RGB Variations
Color information
#8A9DDF (or 0x8A9DDF) is known color: Portage. HEX triplet: 8A, 9D and DF. RGB value is (138,157,223). Sum of RGB (Red+Green+Blue) = 138+157+223=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9DDF is #756220. Grayscale: #9E9E9E. Windows color (decimal): -7692833 or 14654858. OLE color: 14654858.
HSL color Cylindrical-coordinate representation of color #8A9DDF: hue angle of 226.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A9DDF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 157 | 223 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.13 |
| HSL | 226.59º | 0.57% | 0.71% | - |
| HSV(B) | 226.59º | 0.38% | 0.87% | - |
| XYZ | 35.86 | 34.84 | 74.65 | - |
| YUV | 158.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 223 | 0.38 | 0.30 | 0 | 0.13 | 226.59 | 0.57 | 0.71 |
| Hex | 8A | 9D | DF | 26 | 1E | 0 | D | E3 | 39 | 47 |
| Octal | 212 | 235 | 337 | 46 | 36 | 0 | 15 | 343 | 71 | 107 |
| Binary | 10001010 | 10011101 | 11011111 | 100110 | 11110 | 0 | 1101 | 11100011 | 111001 | 1000111 |
Color Harmonies of #8A9DDF
Complementary color
Monochromatic Colors of #8A9DDF
Black with #8A9DDF
Text Example
Text Example
White with #8A9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9DDF; }
p { color: rgb(138,157,223); }
H1.HeaderClassName
{
color: #8A9DDF;
}
.AnyTagClassName
{
color: #8A9DDF;
}
</style>
background-color css
<style>
a { background-color: #8A9DDF; }
a { background-color: rgb(138,157,223); }
div.DivClassName
{
background-color: #8A9DDF;
}
.BgClassName
{
background-color: #8A9DDF;
}
</style>
border-color css
<style>
span { border-color: #8A9DDF; }
span { border-color: rgb(138,157,223); }
td.TdClassName
{
border-color: #8A9DDF;
}
.TagClassName
{
border-color: #8A9DDF;
}
</style>