Shades of Portage #919BDC
Tints of Portage #919BDC
RGB
CMYK
RGB Variations
Color information
#919BDC (or 0x919BDC) is known color: Portage. HEX triplet: 91, 9B and DC. RGB value is (145,155,220). Sum of RGB (Red+Green+Blue) = 145+155+220=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #919BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BDC is #6E6423. Grayscale: #9F9F9F. Windows color (decimal): -7234596 or 14457745. OLE color: 14457745.
HSL color Cylindrical-coordinate representation of color #919BDC: hue angle of 232º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919BDC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 155 | 220 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.14 |
| HSL | 232º | 0.52% | 0.72% | - |
| HSV(B) | 232º | 0.34% | 0.86% | - |
| XYZ | 36.32 | 34.63 | 72.48 | - |
| YUV | 159.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 220 | 0.34 | 0.30 | 0 | 0.14 | 232 | 0.52 | 0.72 |
| Hex | 91 | 9B | DC | 22 | 1E | 0 | E | E8 | 34 | 48 |
| Octal | 221 | 233 | 334 | 42 | 36 | 0 | 16 | 350 | 64 | 110 |
| Binary | 10010001 | 10011011 | 11011100 | 100010 | 11110 | 0 | 1110 | 11101000 | 110100 | 1001000 |
Color Harmonies of #919BDC
Complementary color
Monochromatic Colors of #919BDC
Black with #919BDC
Text Example
Text Example
White with #919BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BDC; }
p { color: rgb(145,155,220); }
H1.HeaderClassName
{
color: #919BDC;
}
.AnyTagClassName
{
color: #919BDC;
}
</style>
background-color css
<style>
a { background-color: #919BDC; }
a { background-color: rgb(145,155,220); }
div.DivClassName
{
background-color: #919BDC;
}
.BgClassName
{
background-color: #919BDC;
}
</style>
border-color css
<style>
span { border-color: #919BDC; }
span { border-color: rgb(145,155,220); }
td.TdClassName
{
border-color: #919BDC;
}
.TagClassName
{
border-color: #919BDC;
}
</style>