Shades of Portage #889BFD
Tints of Portage #889BFD
RGB
CMYK
RGB Variations
Color information
#889BFD (or 0x889BFD) is known color: Portage. HEX triplet: 88, 9B and FD. RGB value is (136,155,253). Sum of RGB (Red+Green+Blue) = 136+155+253=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #889BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BFD is #776402. Grayscale: #A0A0A0. Windows color (decimal): -7824387 or 16620424. OLE color: 16620424.
HSL color Cylindrical-coordinate representation of color #889BFD: hue angle of 230.26º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889BFD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 155 | 253 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.01 |
| HSL | 230.26º | 0.97% | 0.76% | - |
| HSV(B) | 230.26º | 0.46% | 0.99% | - |
| XYZ | 39.6 | 35.77 | 97.75 | - |
| YUV | 160.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 253 | 0.46 | 0.39 | 0 | 0.01 | 230.26 | 0.97 | 0.76 |
| Hex | 88 | 9B | FD | 2E | 27 | 0 | 1 | E6 | 61 | 4C |
| Octal | 210 | 233 | 375 | 56 | 47 | 0 | 1 | 346 | 141 | 114 |
| Binary | 10001000 | 10011011 | 11111101 | 101110 | 100111 | 0 | 1 | 11100110 | 1100001 | 1001100 |
Color Harmonies of #889BFD
Complementary color
Monochromatic Colors of #889BFD
Black with #889BFD
Text Example
Text Example
White with #889BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BFD; }
p { color: rgb(136,155,253); }
H1.HeaderClassName
{
color: #889BFD;
}
.AnyTagClassName
{
color: #889BFD;
}
</style>
background-color css
<style>
a { background-color: #889BFD; }
a { background-color: rgb(136,155,253); }
div.DivClassName
{
background-color: #889BFD;
}
.BgClassName
{
background-color: #889BFD;
}
</style>
border-color css
<style>
span { border-color: #889BFD; }
span { border-color: rgb(136,155,253); }
td.TdClassName
{
border-color: #889BFD;
}
.TagClassName
{
border-color: #889BFD;
}
</style>