Shades of Portage #839ADC
Tints of Portage #839ADC
RGB
CMYK
RGB Variations
Color information
#839ADC (or 0x839ADC) is known color: Portage. HEX triplet: 83, 9A and DC. RGB value is (131,154,220). Sum of RGB (Red+Green+Blue) = 131+154+220=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #839ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ADC is #7C6523. Grayscale: #9A9A9A. Windows color (decimal): -8152356 or 14457475. OLE color: 14457475.
HSL color Cylindrical-coordinate representation of color #839ADC: hue angle of 224.49º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839ADC is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 154 | 220 | - |
| CMYK | 0.40 | 0.3 | 0 | 0.14 |
| HSL | 224.49º | 0.56% | 0.69% | - |
| HSV(B) | 224.49º | 0.4% | 0.86% | - |
| XYZ | 33.83 | 33.1 | 72.32 | - |
| YUV | 154.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 220 | 0.40 | 0.3 | 0 | 0.14 | 224.49 | 0.56 | 0.69 |
| Hex | 83 | 9A | DC | 28 | 1E | 0 | E | E0 | 38 | 45 |
| Octal | 203 | 232 | 334 | 50 | 36 | 0 | 16 | 340 | 70 | 105 |
| Binary | 10000011 | 10011010 | 11011100 | 101000 | 11110 | 0 | 1110 | 11100000 | 111000 | 1000101 |
Color Harmonies of #839ADC
Complementary color
Monochromatic Colors of #839ADC
Black with #839ADC
Text Example
Text Example
White with #839ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ADC; }
p { color: rgb(131,154,220); }
H1.HeaderClassName
{
color: #839ADC;
}
.AnyTagClassName
{
color: #839ADC;
}
</style>
background-color css
<style>
a { background-color: #839ADC; }
a { background-color: rgb(131,154,220); }
div.DivClassName
{
background-color: #839ADC;
}
.BgClassName
{
background-color: #839ADC;
}
</style>
border-color css
<style>
span { border-color: #839ADC; }
span { border-color: rgb(131,154,220); }
td.TdClassName
{
border-color: #839ADC;
}
.TagClassName
{
border-color: #839ADC;
}
</style>