Shades of Portage #9898EA
Tints of Portage #9898EA
RGB
CMYK
RGB Variations
Color information
#9898EA (or 0x9898EA) is known color: Portage. HEX triplet: 98, 98 and EA. RGB value is (152,152,234). Sum of RGB (Red+Green+Blue) = 152+152+234=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #9898EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898EA is #676715. Grayscale: #A1A1A1. Windows color (decimal): -6776598 or 15374488. OLE color: 15374488.
HSL color Cylindrical-coordinate representation of color #9898EA: hue angle of 240º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9898EA is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 152 | 234 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.08 |
| HSL | 240º | 0.66% | 0.76% | - |
| HSV(B) | 240º | 0.35% | 0.92% | - |
| XYZ | 39.03 | 35.07 | 82.55 | - |
| YUV | 161.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 234 | 0.35 | 0.35 | 0 | 0.08 | 240 | 0.66 | 0.76 |
| Hex | 98 | 98 | EA | 23 | 23 | 0 | 8 | F0 | 42 | 4C |
| Octal | 230 | 230 | 352 | 43 | 43 | 0 | 10 | 360 | 102 | 114 |
| Binary | 10011000 | 10011000 | 11101010 | 100011 | 100011 | 0 | 1000 | 11110000 | 1000010 | 1001100 |
Color Harmonies of #9898EA
Complementary color
Monochromatic Colors of #9898EA
Black with #9898EA
Text Example
Text Example
White with #9898EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9898EA; }
p { color: rgb(152,152,234); }
H1.HeaderClassName
{
color: #9898EA;
}
.AnyTagClassName
{
color: #9898EA;
}
</style>
background-color css
<style>
a { background-color: #9898EA; }
a { background-color: rgb(152,152,234); }
div.DivClassName
{
background-color: #9898EA;
}
.BgClassName
{
background-color: #9898EA;
}
</style>
border-color css
<style>
span { border-color: #9898EA; }
span { border-color: rgb(152,152,234); }
td.TdClassName
{
border-color: #9898EA;
}
.TagClassName
{
border-color: #9898EA;
}
</style>