Shades of Portage #8388EA
Tints of Portage #8388EA
RGB
CMYK
RGB Variations
Color information
#8388EA (or 0x8388EA) is known color: Portage. HEX triplet: 83, 88 and EA. RGB value is (131,136,234). Sum of RGB (Red+Green+Blue) = 131+136+234=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #8388EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8388EA is #7C7715. Grayscale: #919191. Windows color (decimal): -8156950 or 15370371. OLE color: 15370371.
HSL color Cylindrical-coordinate representation of color #8388EA: hue angle of 237.09º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8388EA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 136 | 234 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.08 |
| HSL | 237.09º | 0.71% | 0.72% | - |
| HSV(B) | 237.09º | 0.44% | 0.92% | - |
| XYZ | 33.02 | 28.37 | 81.58 | - |
| YUV | 145.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 234 | 0.44 | 0.42 | 0 | 0.08 | 237.09 | 0.71 | 0.72 |
| Hex | 83 | 88 | EA | 2C | 2A | 0 | 8 | ED | 47 | 48 |
| Octal | 203 | 210 | 352 | 54 | 52 | 0 | 10 | 355 | 107 | 110 |
| Binary | 10000011 | 10001000 | 11101010 | 101100 | 101010 | 0 | 1000 | 11101101 | 1000111 | 1001000 |
Color Harmonies of #8388EA
Complementary color
Monochromatic Colors of #8388EA
Black with #8388EA
Text Example
Text Example
White with #8388EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388EA; }
p { color: rgb(131,136,234); }
H1.HeaderClassName
{
color: #8388EA;
}
.AnyTagClassName
{
color: #8388EA;
}
</style>
background-color css
<style>
a { background-color: #8388EA; }
a { background-color: rgb(131,136,234); }
div.DivClassName
{
background-color: #8388EA;
}
.BgClassName
{
background-color: #8388EA;
}
</style>
border-color css
<style>
span { border-color: #8388EA; }
span { border-color: rgb(131,136,234); }
td.TdClassName
{
border-color: #8388EA;
}
.TagClassName
{
border-color: #8388EA;
}
</style>