Shades of Portage #838CDA
Tints of Portage #838CDA
RGB
CMYK
RGB Variations
Color information
#838CDA (or 0x838CDA) is known color: Portage. HEX triplet: 83, 8C and DA. RGB value is (131,140,218). Sum of RGB (Red+Green+Blue) = 131+140+218=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #838CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CDA is #7C7325. Grayscale: #919191. Windows color (decimal): -8155942 or 14322819. OLE color: 14322819.
HSL color Cylindrical-coordinate representation of color #838CDA: hue angle of 233.79º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838CDA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 140 | 218 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.15 |
| HSL | 233.79º | 0.54% | 0.68% | - |
| HSV(B) | 233.79º | 0.4% | 0.85% | - |
| XYZ | 31.39 | 28.64 | 70.2 | - |
| YUV | 146.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 218 | 0.40 | 0.36 | 0 | 0.15 | 233.79 | 0.54 | 0.68 |
| Hex | 83 | 8C | DA | 28 | 24 | 0 | F | EA | 36 | 44 |
| Octal | 203 | 214 | 332 | 50 | 44 | 0 | 17 | 352 | 66 | 104 |
| Binary | 10000011 | 10001100 | 11011010 | 101000 | 100100 | 0 | 1111 | 11101010 | 110110 | 1000100 |
Color Harmonies of #838CDA
Complementary color
Monochromatic Colors of #838CDA
Black with #838CDA
Text Example
Text Example
White with #838CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CDA; }
p { color: rgb(131,140,218); }
H1.HeaderClassName
{
color: #838CDA;
}
.AnyTagClassName
{
color: #838CDA;
}
</style>
background-color css
<style>
a { background-color: #838CDA; }
a { background-color: rgb(131,140,218); }
div.DivClassName
{
background-color: #838CDA;
}
.BgClassName
{
background-color: #838CDA;
}
</style>
border-color css
<style>
span { border-color: #838CDA; }
span { border-color: rgb(131,140,218); }
td.TdClassName
{
border-color: #838CDA;
}
.TagClassName
{
border-color: #838CDA;
}
</style>