Shades of Portage #8B95CA
Tints of Portage #8B95CA
RGB
CMYK
RGB Variations
Color information
#8B95CA (or 0x8B95CA) is known color: Portage. HEX triplet: 8B, 95 and CA. RGB value is (139,149,202). Sum of RGB (Red+Green+Blue) = 139+149+202=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95CA is #746A35. Grayscale: #979797. Windows color (decimal): -7629366 or 13276555. OLE color: 13276555.
HSL color Cylindrical-coordinate representation of color #8B95CA: hue angle of 230.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B95CA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 149 | 202 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.21 |
| HSL | 230.48º | 0.37% | 0.67% | - |
| HSV(B) | 230.48º | 0.31% | 0.79% | - |
| XYZ | 32.06 | 31.25 | 60.22 | - |
| YUV | 152.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 202 | 0.31 | 0.26 | 0 | 0.21 | 230.48 | 0.37 | 0.67 |
| Hex | 8B | 95 | CA | 1F | 1A | 0 | 15 | E6 | 25 | 43 |
| Octal | 213 | 225 | 312 | 37 | 32 | 0 | 25 | 346 | 45 | 103 |
| Binary | 10001011 | 10010101 | 11001010 | 11111 | 11010 | 0 | 10101 | 11100110 | 100101 | 1000011 |
Color Harmonies of #8B95CA
Complementary color
Monochromatic Colors of #8B95CA
Black with #8B95CA
Text Example
Text Example
White with #8B95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B95CA; }
p { color: rgb(139,149,202); }
H1.HeaderClassName
{
color: #8B95CA;
}
.AnyTagClassName
{
color: #8B95CA;
}
</style>
background-color css
<style>
a { background-color: #8B95CA; }
a { background-color: rgb(139,149,202); }
div.DivClassName
{
background-color: #8B95CA;
}
.BgClassName
{
background-color: #8B95CA;
}
</style>
border-color css
<style>
span { border-color: #8B95CA; }
span { border-color: rgb(139,149,202); }
td.TdClassName
{
border-color: #8B95CA;
}
.TagClassName
{
border-color: #8B95CA;
}
</style>