Shades of Portage #838FC8
Tints of Portage #838FC8
RGB
CMYK
RGB Variations
Color information
#838FC8 (or 0x838FC8) is known color: Portage. HEX triplet: 83, 8F and C8. RGB value is (131,143,200). Sum of RGB (Red+Green+Blue) = 131+143+200=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #838FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FC8 is #7C7037. Grayscale: #919191. Windows color (decimal): -8155192 or 13143939. OLE color: 13143939.
HSL color Cylindrical-coordinate representation of color #838FC8: hue angle of 229.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838FC8 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 143 | 200 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.22 |
| HSL | 229.57º | 0.39% | 0.65% | - |
| HSV(B) | 229.57º | 0.35% | 0.78% | - |
| XYZ | 29.61 | 28.64 | 58.61 | - |
| YUV | 145.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 200 | 0.34 | 0.28 | 0 | 0.22 | 229.57 | 0.39 | 0.65 |
| Hex | 83 | 8F | C8 | 22 | 1C | 0 | 16 | E6 | 27 | 41 |
| Octal | 203 | 217 | 310 | 42 | 34 | 0 | 26 | 346 | 47 | 101 |
| Binary | 10000011 | 10001111 | 11001000 | 100010 | 11100 | 0 | 10110 | 11100110 | 100111 | 1000001 |
Color Harmonies of #838FC8
Complementary color
Monochromatic Colors of #838FC8
Black with #838FC8
Text Example
Text Example
White with #838FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838FC8; }
p { color: rgb(131,143,200); }
H1.HeaderClassName
{
color: #838FC8;
}
.AnyTagClassName
{
color: #838FC8;
}
</style>
background-color css
<style>
a { background-color: #838FC8; }
a { background-color: rgb(131,143,200); }
div.DivClassName
{
background-color: #838FC8;
}
.BgClassName
{
background-color: #838FC8;
}
</style>
border-color css
<style>
span { border-color: #838FC8; }
span { border-color: rgb(131,143,200); }
td.TdClassName
{
border-color: #838FC8;
}
.TagClassName
{
border-color: #838FC8;
}
</style>