Shades of Portage #8388DD
Tints of Portage #8388DD
RGB
CMYK
RGB Variations
Color information
#8388DD (or 0x8388DD) is known color: Portage. HEX triplet: 83, 88 and DD. RGB value is (131,136,221). Sum of RGB (Red+Green+Blue) = 131+136+221=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8388DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388DD is #7C7722. Grayscale: #8F8F8F. Windows color (decimal): -8156963 or 14518403. OLE color: 14518403.
HSL color Cylindrical-coordinate representation of color #8388DD: hue angle of 236.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8388DD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 136 | 221 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.13 |
| HSL | 236.67º | 0.57% | 0.69% | - |
| HSV(B) | 236.67º | 0.41% | 0.87% | - |
| XYZ | 31.22 | 27.65 | 72.1 | - |
| YUV | 144.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 221 | 0.41 | 0.38 | 0 | 0.13 | 236.67 | 0.57 | 0.69 |
| Hex | 83 | 88 | DD | 29 | 26 | 0 | D | ED | 39 | 45 |
| Octal | 203 | 210 | 335 | 51 | 46 | 0 | 15 | 355 | 71 | 105 |
| Binary | 10000011 | 10001000 | 11011101 | 101001 | 100110 | 0 | 1101 | 11101101 | 111001 | 1000101 |
Color Harmonies of #8388DD
Complementary color
Monochromatic Colors of #8388DD
Black with #8388DD
Text Example
Text Example
White with #8388DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388DD; }
p { color: rgb(131,136,221); }
H1.HeaderClassName
{
color: #8388DD;
}
.AnyTagClassName
{
color: #8388DD;
}
</style>
background-color css
<style>
a { background-color: #8388DD; }
a { background-color: rgb(131,136,221); }
div.DivClassName
{
background-color: #8388DD;
}
.BgClassName
{
background-color: #8388DD;
}
</style>
border-color css
<style>
span { border-color: #8388DD; }
span { border-color: rgb(131,136,221); }
td.TdClassName
{
border-color: #8388DD;
}
.TagClassName
{
border-color: #8388DD;
}
</style>