Shades of Portage #8388DC
Tints of Portage #8388DC
RGB
CMYK
RGB Variations
Color information
#8388DC (or 0x8388DC) is known color: Portage. HEX triplet: 83, 88 and DC. RGB value is (131,136,220). Sum of RGB (Red+Green+Blue) = 131+136+220=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8388DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388DC is #7C7723. Grayscale: #8F8F8F. Windows color (decimal): -8156964 or 14452867. OLE color: 14452867.
HSL color Cylindrical-coordinate representation of color #8388DC: hue angle of 236.63º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8388DC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 136 | 220 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.14 |
| HSL | 236.63º | 0.56% | 0.69% | - |
| HSV(B) | 236.63º | 0.4% | 0.86% | - |
| XYZ | 31.08 | 27.6 | 71.4 | - |
| YUV | 144.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 220 | 0.40 | 0.38 | 0 | 0.14 | 236.63 | 0.56 | 0.69 |
| Hex | 83 | 88 | DC | 28 | 26 | 0 | E | ED | 38 | 45 |
| Octal | 203 | 210 | 334 | 50 | 46 | 0 | 16 | 355 | 70 | 105 |
| Binary | 10000011 | 10001000 | 11011100 | 101000 | 100110 | 0 | 1110 | 11101101 | 111000 | 1000101 |
Color Harmonies of #8388DC
Complementary color
Monochromatic Colors of #8388DC
Black with #8388DC
Text Example
Text Example
White with #8388DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388DC; }
p { color: rgb(131,136,220); }
H1.HeaderClassName
{
color: #8388DC;
}
.AnyTagClassName
{
color: #8388DC;
}
</style>
background-color css
<style>
a { background-color: #8388DC; }
a { background-color: rgb(131,136,220); }
div.DivClassName
{
background-color: #8388DC;
}
.BgClassName
{
background-color: #8388DC;
}
</style>
border-color css
<style>
span { border-color: #8388DC; }
span { border-color: rgb(131,136,220); }
td.TdClassName
{
border-color: #8388DC;
}
.TagClassName
{
border-color: #8388DC;
}
</style>