Shades of Portage #98A4DC
Tints of Portage #98A4DC
RGB
CMYK
RGB Variations
Color information
#98A4DC (or 0x98A4DC) is known color: Portage. HEX triplet: 98, A4 and DC. RGB value is (152,164,220). Sum of RGB (Red+Green+Blue) = 152+164+220=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #98A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A4DC is #675B23. Grayscale: #A6A6A6. Windows color (decimal): -6773540 or 14460056. OLE color: 14460056.
HSL color Cylindrical-coordinate representation of color #98A4DC: hue angle of 229.41º degrees, saturation: 0.49, 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 #98A4DC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 164 | 220 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.14 |
| HSL | 229.41º | 0.49% | 0.73% | - |
| HSV(B) | 229.41º | 0.31% | 0.86% | - |
| XYZ | 39.14 | 38.39 | 73.06 | - |
| YUV | 166.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 220 | 0.31 | 0.25 | 0 | 0.14 | 229.41 | 0.49 | 0.73 |
| Hex | 98 | A4 | DC | 1F | 19 | 0 | E | E5 | 31 | 49 |
| Octal | 230 | 244 | 334 | 37 | 31 | 0 | 16 | 345 | 61 | 111 |
| Binary | 10011000 | 10100100 | 11011100 | 11111 | 11001 | 0 | 1110 | 11100101 | 110001 | 1001001 |
Color Harmonies of #98A4DC
Complementary color
Monochromatic Colors of #98A4DC
Black with #98A4DC
Text Example
Text Example
White with #98A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A4DC; }
p { color: rgb(152,164,220); }
H1.HeaderClassName
{
color: #98A4DC;
}
.AnyTagClassName
{
color: #98A4DC;
}
</style>
background-color css
<style>
a { background-color: #98A4DC; }
a { background-color: rgb(152,164,220); }
div.DivClassName
{
background-color: #98A4DC;
}
.BgClassName
{
background-color: #98A4DC;
}
</style>
border-color css
<style>
span { border-color: #98A4DC; }
span { border-color: rgb(152,164,220); }
td.TdClassName
{
border-color: #98A4DC;
}
.TagClassName
{
border-color: #98A4DC;
}
</style>