Shades of Portage #98A4DB
Tints of Portage #98A4DB
RGB
CMYK
RGB Variations
Color information
#98A4DB (or 0x98A4DB) is known color: Portage. HEX triplet: 98, A4 and DB. RGB value is (152,164,219). Sum of RGB (Red+Green+Blue) = 152+164+219=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #98A4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A4DB is #675B24. Grayscale: #A6A6A6. Windows color (decimal): -6773541 or 14394520. OLE color: 14394520.
HSL color Cylindrical-coordinate representation of color #98A4DB: hue angle of 229.25º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A4DB is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 164 | 219 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.14 |
| HSL | 229.25º | 0.48% | 0.73% | - |
| HSV(B) | 229.25º | 0.31% | 0.86% | - |
| XYZ | 39.01 | 38.34 | 72.36 | - |
| YUV | 166.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 219 | 0.31 | 0.25 | 0 | 0.14 | 229.25 | 0.48 | 0.73 |
| Hex | 98 | A4 | DB | 1F | 19 | 0 | E | E5 | 30 | 49 |
| Octal | 230 | 244 | 333 | 37 | 31 | 0 | 16 | 345 | 60 | 111 |
| Binary | 10011000 | 10100100 | 11011011 | 11111 | 11001 | 0 | 1110 | 11100101 | 110000 | 1001001 |
Color Harmonies of #98A4DB
Complementary color
Monochromatic Colors of #98A4DB
Black with #98A4DB
Text Example
Text Example
White with #98A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A4DB; }
p { color: rgb(152,164,219); }
H1.HeaderClassName
{
color: #98A4DB;
}
.AnyTagClassName
{
color: #98A4DB;
}
</style>
background-color css
<style>
a { background-color: #98A4DB; }
a { background-color: rgb(152,164,219); }
div.DivClassName
{
background-color: #98A4DB;
}
.BgClassName
{
background-color: #98A4DB;
}
</style>
border-color css
<style>
span { border-color: #98A4DB; }
span { border-color: rgb(152,164,219); }
td.TdClassName
{
border-color: #98A4DB;
}
.TagClassName
{
border-color: #98A4DB;
}
</style>