Shades of Portage #919DCB
Tints of Portage #919DCB
RGB
CMYK
RGB Variations
Color information
#919DCB (or 0x919DCB) is known color: Portage. HEX triplet: 91, 9D and CB. RGB value is (145,157,203). Sum of RGB (Red+Green+Blue) = 145+157+203=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #919DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DCB is #6E6234. Grayscale: #9E9E9E. Windows color (decimal): -7234101 or 13344145. OLE color: 13344145.
HSL color Cylindrical-coordinate representation of color #919DCB: hue angle of 227.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919DCB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 157 | 203 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.20 |
| HSL | 227.59º | 0.36% | 0.68% | - |
| HSV(B) | 227.59º | 0.29% | 0.8% | - |
| XYZ | 34.51 | 34.45 | 61.33 | - |
| YUV | 158.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 203 | 0.29 | 0.23 | 0 | 0.20 | 227.59 | 0.36 | 0.68 |
| Hex | 91 | 9D | CB | 1D | 17 | 0 | 14 | E4 | 24 | 44 |
| Octal | 221 | 235 | 313 | 35 | 27 | 0 | 24 | 344 | 44 | 104 |
| Binary | 10010001 | 10011101 | 11001011 | 11101 | 10111 | 0 | 10100 | 11100100 | 100100 | 1000100 |
Color Harmonies of #919DCB
Complementary color
Monochromatic Colors of #919DCB
Black with #919DCB
Text Example
Text Example
White with #919DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DCB; }
p { color: rgb(145,157,203); }
H1.HeaderClassName
{
color: #919DCB;
}
.AnyTagClassName
{
color: #919DCB;
}
</style>
background-color css
<style>
a { background-color: #919DCB; }
a { background-color: rgb(145,157,203); }
div.DivClassName
{
background-color: #919DCB;
}
.BgClassName
{
background-color: #919DCB;
}
</style>
border-color css
<style>
span { border-color: #919DCB; }
span { border-color: rgb(145,157,203); }
td.TdClassName
{
border-color: #919DCB;
}
.TagClassName
{
border-color: #919DCB;
}
</style>