Shades of Portage #8388E6
Tints of Portage #8388E6
RGB
CMYK
RGB Variations
Color information
#8388E6 (or 0x8388E6) is known color: Portage. HEX triplet: 83, 88 and E6. RGB value is (131,136,230). Sum of RGB (Red+Green+Blue) = 131+136+230=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #8388E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8388E6 is #7C7719. Grayscale: #909090. Windows color (decimal): -8156954 or 15108227. OLE color: 15108227.
HSL color Cylindrical-coordinate representation of color #8388E6: hue angle of 236.97º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8388E6 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 136 | 230 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.10 |
| HSL | 236.97º | 0.66% | 0.71% | - |
| HSV(B) | 236.97º | 0.43% | 0.9% | - |
| XYZ | 32.45 | 28.15 | 78.59 | - |
| YUV | 145.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 230 | 0.43 | 0.41 | 0 | 0.10 | 236.97 | 0.66 | 0.71 |
| Hex | 83 | 88 | E6 | 2B | 29 | 0 | A | ED | 42 | 47 |
| Octal | 203 | 210 | 346 | 53 | 51 | 0 | 12 | 355 | 102 | 107 |
| Binary | 10000011 | 10001000 | 11100110 | 101011 | 101001 | 0 | 1010 | 11101101 | 1000010 | 1000111 |
Color Harmonies of #8388E6
Complementary color
Monochromatic Colors of #8388E6
Black with #8388E6
Text Example
Text Example
White with #8388E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388E6; }
p { color: rgb(131,136,230); }
H1.HeaderClassName
{
color: #8388E6;
}
.AnyTagClassName
{
color: #8388E6;
}
</style>
background-color css
<style>
a { background-color: #8388E6; }
a { background-color: rgb(131,136,230); }
div.DivClassName
{
background-color: #8388E6;
}
.BgClassName
{
background-color: #8388E6;
}
</style>
border-color css
<style>
span { border-color: #8388E6; }
span { border-color: rgb(131,136,230); }
td.TdClassName
{
border-color: #8388E6;
}
.TagClassName
{
border-color: #8388E6;
}
</style>