Shades of Portage #919BDE
Tints of Portage #919BDE
RGB
CMYK
RGB Variations
Color information
#919BDE (or 0x919BDE) is known color: Portage. HEX triplet: 91, 9B and DE. RGB value is (145,155,222). Sum of RGB (Red+Green+Blue) = 145+155+222=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #919BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BDE is #6E6421. Grayscale: #9F9F9F. Windows color (decimal): -7234594 or 14588817. OLE color: 14588817.
HSL color Cylindrical-coordinate representation of color #919BDE: hue angle of 232.21º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919BDE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 155 | 222 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.13 |
| HSL | 232.21º | 0.54% | 0.72% | - |
| HSV(B) | 232.21º | 0.35% | 0.87% | - |
| XYZ | 36.58 | 34.74 | 73.88 | - |
| YUV | 159.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 222 | 0.35 | 0.30 | 0 | 0.13 | 232.21 | 0.54 | 0.72 |
| Hex | 91 | 9B | DE | 23 | 1E | 0 | D | E8 | 36 | 48 |
| Octal | 221 | 233 | 336 | 43 | 36 | 0 | 15 | 350 | 66 | 110 |
| Binary | 10010001 | 10011011 | 11011110 | 100011 | 11110 | 0 | 1101 | 11101000 | 110110 | 1001000 |
Color Harmonies of #919BDE
Complementary color
Monochromatic Colors of #919BDE
Black with #919BDE
Text Example
Text Example
White with #919BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BDE; }
p { color: rgb(145,155,222); }
H1.HeaderClassName
{
color: #919BDE;
}
.AnyTagClassName
{
color: #919BDE;
}
</style>
background-color css
<style>
a { background-color: #919BDE; }
a { background-color: rgb(145,155,222); }
div.DivClassName
{
background-color: #919BDE;
}
.BgClassName
{
background-color: #919BDE;
}
</style>
border-color css
<style>
span { border-color: #919BDE; }
span { border-color: rgb(145,155,222); }
td.TdClassName
{
border-color: #919BDE;
}
.TagClassName
{
border-color: #919BDE;
}
</style>