Shades of Portage #8388CF
Tints of Portage #8388CF
RGB
CMYK
RGB Variations
Color information
#8388CF (or 0x8388CF) is known color: Portage. HEX triplet: 83, 88 and CF. RGB value is (131,136,207). Sum of RGB (Red+Green+Blue) = 131+136+207=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #8388CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388CF is #7C7730. Grayscale: #8E8E8E. Windows color (decimal): -8156977 or 13600899. OLE color: 13600899.
HSL color Cylindrical-coordinate representation of color #8388CF: hue angle of 236.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8388CF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 136 | 207 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.19 |
| HSL | 236.05º | 0.44% | 0.66% | - |
| HSV(B) | 236.05º | 0.37% | 0.81% | - |
| XYZ | 29.43 | 26.94 | 62.68 | - |
| YUV | 142.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 207 | 0.37 | 0.34 | 0 | 0.19 | 236.05 | 0.44 | 0.66 |
| Hex | 83 | 88 | CF | 25 | 22 | 0 | 13 | EC | 2C | 42 |
| Octal | 203 | 210 | 317 | 45 | 42 | 0 | 23 | 354 | 54 | 102 |
| Binary | 10000011 | 10001000 | 11001111 | 100101 | 100010 | 0 | 10011 | 11101100 | 101100 | 1000010 |
Color Harmonies of #8388CF
Complementary color
Monochromatic Colors of #8388CF
Black with #8388CF
Text Example
Text Example
White with #8388CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388CF; }
p { color: rgb(131,136,207); }
H1.HeaderClassName
{
color: #8388CF;
}
.AnyTagClassName
{
color: #8388CF;
}
</style>
background-color css
<style>
a { background-color: #8388CF; }
a { background-color: rgb(131,136,207); }
div.DivClassName
{
background-color: #8388CF;
}
.BgClassName
{
background-color: #8388CF;
}
</style>
border-color css
<style>
span { border-color: #8388CF; }
span { border-color: rgb(131,136,207); }
td.TdClassName
{
border-color: #8388CF;
}
.TagClassName
{
border-color: #8388CF;
}
</style>