Shades of Portage #8388DB
Tints of Portage #8388DB
RGB
CMYK
RGB Variations
Color information
#8388DB (or 0x8388DB) is known color: Portage. HEX triplet: 83, 88 and DB. RGB value is (131,136,219). Sum of RGB (Red+Green+Blue) = 131+136+219=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8388DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388DB is #7C7724. Grayscale: #8F8F8F. Windows color (decimal): -8156965 or 14387331. OLE color: 14387331.
HSL color Cylindrical-coordinate representation of color #8388DB: hue angle of 236.59º degrees, saturation: 0.55, 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 #8388DB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 136 | 219 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.14 |
| HSL | 236.59º | 0.55% | 0.69% | - |
| HSV(B) | 236.59º | 0.4% | 0.86% | - |
| XYZ | 30.95 | 27.55 | 70.7 | - |
| YUV | 143.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 219 | 0.40 | 0.38 | 0 | 0.14 | 236.59 | 0.55 | 0.69 |
| Hex | 83 | 88 | DB | 28 | 26 | 0 | E | ED | 37 | 45 |
| Octal | 203 | 210 | 333 | 50 | 46 | 0 | 16 | 355 | 67 | 105 |
| Binary | 10000011 | 10001000 | 11011011 | 101000 | 100110 | 0 | 1110 | 11101101 | 110111 | 1000101 |
Color Harmonies of #8388DB
Complementary color
Monochromatic Colors of #8388DB
Black with #8388DB
Text Example
Text Example
White with #8388DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388DB; }
p { color: rgb(131,136,219); }
H1.HeaderClassName
{
color: #8388DB;
}
.AnyTagClassName
{
color: #8388DB;
}
</style>
background-color css
<style>
a { background-color: #8388DB; }
a { background-color: rgb(131,136,219); }
div.DivClassName
{
background-color: #8388DB;
}
.BgClassName
{
background-color: #8388DB;
}
</style>
border-color css
<style>
span { border-color: #8388DB; }
span { border-color: rgb(131,136,219); }
td.TdClassName
{
border-color: #8388DB;
}
.TagClassName
{
border-color: #8388DB;
}
</style>