Shades of Portage #8A95CB
Tints of Portage #8A95CB
RGB
CMYK
RGB Variations
Color information
#8A95CB (or 0x8A95CB) is known color: Portage. HEX triplet: 8A, 95 and CB. RGB value is (138,149,203). Sum of RGB (Red+Green+Blue) = 138+149+203=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A95CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95CB is #756A34. Grayscale: #979797. Windows color (decimal): -7694901 or 13342090. OLE color: 13342090.
HSL color Cylindrical-coordinate representation of color #8A95CB: hue angle of 229.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A95CB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 149 | 203 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.20 |
| HSL | 229.85º | 0.38% | 0.67% | - |
| HSV(B) | 229.85º | 0.32% | 0.8% | - |
| XYZ | 32.01 | 31.21 | 60.84 | - |
| YUV | 151.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 203 | 0.32 | 0.27 | 0 | 0.20 | 229.85 | 0.38 | 0.67 |
| Hex | 8A | 95 | CB | 20 | 1B | 0 | 14 | E6 | 26 | 43 |
| Octal | 212 | 225 | 313 | 40 | 33 | 0 | 24 | 346 | 46 | 103 |
| Binary | 10001010 | 10010101 | 11001011 | 100000 | 11011 | 0 | 10100 | 11100110 | 100110 | 1000011 |
Color Harmonies of #8A95CB
Complementary color
Monochromatic Colors of #8A95CB
Black with #8A95CB
Text Example
Text Example
White with #8A95CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A95CB; }
p { color: rgb(138,149,203); }
H1.HeaderClassName
{
color: #8A95CB;
}
.AnyTagClassName
{
color: #8A95CB;
}
</style>
background-color css
<style>
a { background-color: #8A95CB; }
a { background-color: rgb(138,149,203); }
div.DivClassName
{
background-color: #8A95CB;
}
.BgClassName
{
background-color: #8A95CB;
}
</style>
border-color css
<style>
span { border-color: #8A95CB; }
span { border-color: rgb(138,149,203); }
td.TdClassName
{
border-color: #8A95CB;
}
.TagClassName
{
border-color: #8A95CB;
}
</style>