Shades of Portage #8388CC
Tints of Portage #8388CC
RGB
CMYK
RGB Variations
Color information
#8388CC (or 0x8388CC) is known color: Portage. HEX triplet: 83, 88 and CC. RGB value is (131,136,204). Sum of RGB (Red+Green+Blue) = 131+136+204=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8388CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388CC is #7C7733. Grayscale: #8D8D8D. Windows color (decimal): -8156980 or 13404291. OLE color: 13404291.
HSL color Cylindrical-coordinate representation of color #8388CC: hue angle of 235.89º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8388CC is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 136 | 204 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.2 |
| HSL | 235.89º | 0.42% | 0.66% | - |
| HSV(B) | 235.89º | 0.36% | 0.8% | - |
| XYZ | 29.06 | 26.79 | 60.77 | - |
| YUV | 142.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 204 | 0.36 | 0.33 | 0 | 0.2 | 235.89 | 0.42 | 0.66 |
| Hex | 83 | 88 | CC | 24 | 21 | 0 | 14 | EC | 2A | 42 |
| Octal | 203 | 210 | 314 | 44 | 41 | 0 | 24 | 354 | 52 | 102 |
| Binary | 10000011 | 10001000 | 11001100 | 100100 | 100001 | 0 | 10100 | 11101100 | 101010 | 1000010 |
Color Harmonies of #8388CC
Complementary color
Monochromatic Colors of #8388CC
Black with #8388CC
Text Example
Text Example
White with #8388CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388CC; }
p { color: rgb(131,136,204); }
H1.HeaderClassName
{
color: #8388CC;
}
.AnyTagClassName
{
color: #8388CC;
}
</style>
background-color css
<style>
a { background-color: #8388CC; }
a { background-color: rgb(131,136,204); }
div.DivClassName
{
background-color: #8388CC;
}
.BgClassName
{
background-color: #8388CC;
}
</style>
border-color css
<style>
span { border-color: #8388CC; }
span { border-color: rgb(131,136,204); }
td.TdClassName
{
border-color: #8388CC;
}
.TagClassName
{
border-color: #8388CC;
}
</style>