Shades of Portage #98A4D6
Tints of Portage #98A4D6
RGB
CMYK
RGB Variations
Color information
#98A4D6 (or 0x98A4D6) is known color: Portage. HEX triplet: 98, A4 and D6. RGB value is (152,164,214). Sum of RGB (Red+Green+Blue) = 152+164+214=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #98A4D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A4D6 is #675B29. Grayscale: #A5A5A5. Windows color (decimal): -6773546 or 14066840. OLE color: 14066840.
HSL color Cylindrical-coordinate representation of color #98A4D6: hue angle of 228.39º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A4D6 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 164 | 214 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.16 |
| HSL | 228.39º | 0.43% | 0.72% | - |
| HSV(B) | 228.39º | 0.29% | 0.84% | - |
| XYZ | 38.36 | 38.08 | 68.95 | - |
| YUV | 166.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 214 | 0.29 | 0.23 | 0 | 0.16 | 228.39 | 0.43 | 0.72 |
| Hex | 98 | A4 | D6 | 1D | 17 | 0 | 10 | E4 | 2B | 48 |
| Octal | 230 | 244 | 326 | 35 | 27 | 0 | 20 | 344 | 53 | 110 |
| Binary | 10011000 | 10100100 | 11010110 | 11101 | 10111 | 0 | 10000 | 11100100 | 101011 | 1001000 |
Color Harmonies of #98A4D6
Complementary color
Monochromatic Colors of #98A4D6
Black with #98A4D6
Text Example
Text Example
White with #98A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A4D6; }
p { color: rgb(152,164,214); }
H1.HeaderClassName
{
color: #98A4D6;
}
.AnyTagClassName
{
color: #98A4D6;
}
</style>
background-color css
<style>
a { background-color: #98A4D6; }
a { background-color: rgb(152,164,214); }
div.DivClassName
{
background-color: #98A4D6;
}
.BgClassName
{
background-color: #98A4D6;
}
</style>
border-color css
<style>
span { border-color: #98A4D6; }
span { border-color: rgb(152,164,214); }
td.TdClassName
{
border-color: #98A4D6;
}
.TagClassName
{
border-color: #98A4D6;
}
</style>