Shades of Portage #8184DB
Tints of Portage #8184DB
RGB
CMYK
RGB Variations
Color information
#8184DB (or 0x8184DB) is known color: Portage. HEX triplet: 81, 84 and DB. RGB value is (129,132,219). Sum of RGB (Red+Green+Blue) = 129+132+219=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8184DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184DB is #7E7B24. Grayscale: #8C8C8C. Windows color (decimal): -8289061 or 14386305. OLE color: 14386305.
HSL color Cylindrical-coordinate representation of color #8184DB: hue angle of 238º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8184DB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 132 | 219 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.14 |
| HSL | 238º | 0.56% | 0.68% | - |
| HSV(B) | 238º | 0.41% | 0.86% | - |
| XYZ | 30.09 | 26.28 | 70.51 | - |
| YUV | 141.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 219 | 0.41 | 0.40 | 0 | 0.14 | 238 | 0.56 | 0.68 |
| Hex | 81 | 84 | DB | 29 | 28 | 0 | E | EE | 38 | 44 |
| Octal | 201 | 204 | 333 | 51 | 50 | 0 | 16 | 356 | 70 | 104 |
| Binary | 10000001 | 10000100 | 11011011 | 101001 | 101000 | 0 | 1110 | 11101110 | 111000 | 1000100 |
Color Harmonies of #8184DB
Complementary color
Monochromatic Colors of #8184DB
Black with #8184DB
Text Example
Text Example
White with #8184DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8184DB; }
p { color: rgb(129,132,219); }
H1.HeaderClassName
{
color: #8184DB;
}
.AnyTagClassName
{
color: #8184DB;
}
</style>
background-color css
<style>
a { background-color: #8184DB; }
a { background-color: rgb(129,132,219); }
div.DivClassName
{
background-color: #8184DB;
}
.BgClassName
{
background-color: #8184DB;
}
</style>
border-color css
<style>
span { border-color: #8184DB; }
span { border-color: rgb(129,132,219); }
td.TdClassName
{
border-color: #8184DB;
}
.TagClassName
{
border-color: #8184DB;
}
</style>