Shades of Portage #8398DB
Tints of Portage #8398DB
RGB
CMYK
RGB Variations
Color information
#8398DB (or 0x8398DB) is known color: Portage. HEX triplet: 83, 98 and DB. RGB value is (131,152,219). Sum of RGB (Red+Green+Blue) = 131+152+219=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8398DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DB is #7C6724. Grayscale: #999999. Windows color (decimal): -8152869 or 14391427. OLE color: 14391427.
HSL color Cylindrical-coordinate representation of color #8398DB: hue angle of 225.68º 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 #8398DB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 152 | 219 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.14 |
| HSL | 225.68º | 0.55% | 0.69% | - |
| HSV(B) | 225.68º | 0.4% | 0.86% | - |
| XYZ | 33.37 | 32.4 | 71.51 | - |
| YUV | 153.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 219 | 0.40 | 0.31 | 0 | 0.14 | 225.68 | 0.55 | 0.69 |
| Hex | 83 | 98 | DB | 28 | 1F | 0 | E | E2 | 37 | 45 |
| Octal | 203 | 230 | 333 | 50 | 37 | 0 | 16 | 342 | 67 | 105 |
| Binary | 10000011 | 10011000 | 11011011 | 101000 | 11111 | 0 | 1110 | 11100010 | 110111 | 1000101 |
Color Harmonies of #8398DB
Complementary color
Monochromatic Colors of #8398DB
Black with #8398DB
Text Example
Text Example
White with #8398DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398DB; }
p { color: rgb(131,152,219); }
H1.HeaderClassName
{
color: #8398DB;
}
.AnyTagClassName
{
color: #8398DB;
}
</style>
background-color css
<style>
a { background-color: #8398DB; }
a { background-color: rgb(131,152,219); }
div.DivClassName
{
background-color: #8398DB;
}
.BgClassName
{
background-color: #8398DB;
}
</style>
border-color css
<style>
span { border-color: #8398DB; }
span { border-color: rgb(131,152,219); }
td.TdClassName
{
border-color: #8398DB;
}
.TagClassName
{
border-color: #8398DB;
}
</style>