Shades of Portage #989BEA
Tints of Portage #989BEA
RGB
CMYK
RGB Variations
Color information
#989BEA (or 0x989BEA) is known color: Portage. HEX triplet: 98, 9B and EA. RGB value is (152,155,234). Sum of RGB (Red+Green+Blue) = 152+155+234=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #989BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BEA is #676415. Grayscale: #A2A2A2. Windows color (decimal): -6775830 or 15375256. OLE color: 15375256.
HSL color Cylindrical-coordinate representation of color #989BEA: hue angle of 237.8º 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 #989BEA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 155 | 234 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.08 |
| HSL | 237.8º | 0.66% | 0.76% | - |
| HSV(B) | 237.8º | 0.35% | 0.92% | - |
| XYZ | 39.52 | 36.06 | 82.72 | - |
| YUV | 163.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 234 | 0.35 | 0.34 | 0 | 0.08 | 237.8 | 0.66 | 0.76 |
| Hex | 98 | 9B | EA | 23 | 22 | 0 | 8 | EE | 42 | 4C |
| Octal | 230 | 233 | 352 | 43 | 42 | 0 | 10 | 356 | 102 | 114 |
| Binary | 10011000 | 10011011 | 11101010 | 100011 | 100010 | 0 | 1000 | 11101110 | 1000010 | 1001100 |
Color Harmonies of #989BEA
Complementary color
Monochromatic Colors of #989BEA
Black with #989BEA
Text Example
Text Example
White with #989BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BEA; }
p { color: rgb(152,155,234); }
H1.HeaderClassName
{
color: #989BEA;
}
.AnyTagClassName
{
color: #989BEA;
}
</style>
background-color css
<style>
a { background-color: #989BEA; }
a { background-color: rgb(152,155,234); }
div.DivClassName
{
background-color: #989BEA;
}
.BgClassName
{
background-color: #989BEA;
}
</style>
border-color css
<style>
span { border-color: #989BEA; }
span { border-color: rgb(152,155,234); }
td.TdClassName
{
border-color: #989BEA;
}
.TagClassName
{
border-color: #989BEA;
}
</style>