Shades of Portage #828ACB
Tints of Portage #828ACB
RGB
CMYK
RGB Variations
Color information
#828ACB (or 0x828ACB) is known color: Portage. HEX triplet: 82, 8A and CB. RGB value is (130,138,203). Sum of RGB (Red+Green+Blue) = 130+138+203=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #828ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACB is #7D7534. Grayscale: #8E8E8E. Windows color (decimal): -8222005 or 13339266. OLE color: 13339266.
HSL color Cylindrical-coordinate representation of color #828ACB: hue angle of 233.42º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828ACB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 138 | 203 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.20 |
| HSL | 233.42º | 0.41% | 0.65% | - |
| HSV(B) | 233.42º | 0.36% | 0.8% | - |
| XYZ | 29.07 | 27.23 | 60.22 | - |
| YUV | 143.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 203 | 0.36 | 0.32 | 0 | 0.20 | 233.42 | 0.41 | 0.65 |
| Hex | 82 | 8A | CB | 24 | 20 | 0 | 14 | E9 | 29 | 41 |
| Octal | 202 | 212 | 313 | 44 | 40 | 0 | 24 | 351 | 51 | 101 |
| Binary | 10000010 | 10001010 | 11001011 | 100100 | 100000 | 0 | 10100 | 11101001 | 101001 | 1000001 |
Color Harmonies of #828ACB
Complementary color
Monochromatic Colors of #828ACB
Black with #828ACB
Text Example
Text Example
White with #828ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ACB; }
p { color: rgb(130,138,203); }
H1.HeaderClassName
{
color: #828ACB;
}
.AnyTagClassName
{
color: #828ACB;
}
</style>
background-color css
<style>
a { background-color: #828ACB; }
a { background-color: rgb(130,138,203); }
div.DivClassName
{
background-color: #828ACB;
}
.BgClassName
{
background-color: #828ACB;
}
</style>
border-color css
<style>
span { border-color: #828ACB; }
span { border-color: rgb(130,138,203); }
td.TdClassName
{
border-color: #828ACB;
}
.TagClassName
{
border-color: #828ACB;
}
</style>