Shades of Portage #989BED
Tints of Portage #989BED
RGB
CMYK
RGB Variations
Color information
#989BED (or 0x989BED) is known color: Portage. HEX triplet: 98, 9B and ED. RGB value is (152,155,237). Sum of RGB (Red+Green+Blue) = 152+155+237=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #989BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BED is #676412. Grayscale: #A3A3A3. Windows color (decimal): -6775827 or 15571864. OLE color: 15571864.
HSL color Cylindrical-coordinate representation of color #989BED: hue angle of 237.88º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989BED is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 155 | 237 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.07 |
| HSL | 237.88º | 0.7% | 0.76% | - |
| HSV(B) | 237.88º | 0.36% | 0.93% | - |
| XYZ | 39.96 | 36.23 | 85.01 | - |
| YUV | 163.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 237 | 0.36 | 0.35 | 0 | 0.07 | 237.88 | 0.7 | 0.76 |
| Hex | 98 | 9B | ED | 24 | 23 | 0 | 7 | EE | 46 | 4C |
| Octal | 230 | 233 | 355 | 44 | 43 | 0 | 7 | 356 | 106 | 114 |
| Binary | 10011000 | 10011011 | 11101101 | 100100 | 100011 | 0 | 111 | 11101110 | 1000110 | 1001100 |
Color Harmonies of #989BED
Complementary color
Monochromatic Colors of #989BED
Black with #989BED
Text Example
Text Example
White with #989BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BED; }
p { color: rgb(152,155,237); }
H1.HeaderClassName
{
color: #989BED;
}
.AnyTagClassName
{
color: #989BED;
}
</style>
background-color css
<style>
a { background-color: #989BED; }
a { background-color: rgb(152,155,237); }
div.DivClassName
{
background-color: #989BED;
}
.BgClassName
{
background-color: #989BED;
}
</style>
border-color css
<style>
span { border-color: #989BED; }
span { border-color: rgb(152,155,237); }
td.TdClassName
{
border-color: #989BED;
}
.TagClassName
{
border-color: #989BED;
}
</style>