Shades of Portage #919CDE
Tints of Portage #919CDE
RGB
CMYK
RGB Variations
Color information
#919CDE (or 0x919CDE) is known color: Portage. HEX triplet: 91, 9C and DE. RGB value is (145,156,222). Sum of RGB (Red+Green+Blue) = 145+156+222=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #919CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CDE is #6E6321. Grayscale: #9F9F9F. Windows color (decimal): -7234338 or 14589073. OLE color: 14589073.
HSL color Cylindrical-coordinate representation of color #919CDE: hue angle of 231.43º 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 #919CDE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 156 | 222 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.13 |
| HSL | 231.43º | 0.54% | 0.72% | - |
| HSV(B) | 231.43º | 0.35% | 0.87% | - |
| XYZ | 36.75 | 35.07 | 73.94 | - |
| YUV | 160.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 222 | 0.35 | 0.30 | 0 | 0.13 | 231.43 | 0.54 | 0.72 |
| Hex | 91 | 9C | DE | 23 | 1E | 0 | D | E7 | 36 | 48 |
| Octal | 221 | 234 | 336 | 43 | 36 | 0 | 15 | 347 | 66 | 110 |
| Binary | 10010001 | 10011100 | 11011110 | 100011 | 11110 | 0 | 1101 | 11100111 | 110110 | 1001000 |
Color Harmonies of #919CDE
Complementary color
Monochromatic Colors of #919CDE
Black with #919CDE
Text Example
Text Example
White with #919CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CDE; }
p { color: rgb(145,156,222); }
H1.HeaderClassName
{
color: #919CDE;
}
.AnyTagClassName
{
color: #919CDE;
}
</style>
background-color css
<style>
a { background-color: #919CDE; }
a { background-color: rgb(145,156,222); }
div.DivClassName
{
background-color: #919CDE;
}
.BgClassName
{
background-color: #919CDE;
}
</style>
border-color css
<style>
span { border-color: #919CDE; }
span { border-color: rgb(145,156,222); }
td.TdClassName
{
border-color: #919CDE;
}
.TagClassName
{
border-color: #919CDE;
}
</style>