Shades of Portage #919FCB
Tints of Portage #919FCB
RGB
CMYK
RGB Variations
Color information
#919FCB (or 0x919FCB) is known color: Portage. HEX triplet: 91, 9F and CB. RGB value is (145,159,203). Sum of RGB (Red+Green+Blue) = 145+159+203=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #919FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FCB is #6E6034. Grayscale: #9F9F9F. Windows color (decimal): -7233589 or 13344657. OLE color: 13344657.
HSL color Cylindrical-coordinate representation of color #919FCB: hue angle of 225.52º 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 #919FCB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 159 | 203 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.20 |
| HSL | 225.52º | 0.36% | 0.68% | - |
| HSV(B) | 225.52º | 0.29% | 0.8% | - |
| XYZ | 34.85 | 35.13 | 61.44 | - |
| YUV | 159.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 203 | 0.29 | 0.22 | 0 | 0.20 | 225.52 | 0.36 | 0.68 |
| Hex | 91 | 9F | CB | 1D | 16 | 0 | 14 | E2 | 24 | 44 |
| Octal | 221 | 237 | 313 | 35 | 26 | 0 | 24 | 342 | 44 | 104 |
| Binary | 10010001 | 10011111 | 11001011 | 11101 | 10110 | 0 | 10100 | 11100010 | 100100 | 1000100 |
Color Harmonies of #919FCB
Complementary color
Monochromatic Colors of #919FCB
Black with #919FCB
Text Example
Text Example
White with #919FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FCB; }
p { color: rgb(145,159,203); }
H1.HeaderClassName
{
color: #919FCB;
}
.AnyTagClassName
{
color: #919FCB;
}
</style>
background-color css
<style>
a { background-color: #919FCB; }
a { background-color: rgb(145,159,203); }
div.DivClassName
{
background-color: #919FCB;
}
.BgClassName
{
background-color: #919FCB;
}
</style>
border-color css
<style>
span { border-color: #919FCB; }
span { border-color: rgb(145,159,203); }
td.TdClassName
{
border-color: #919FCB;
}
.TagClassName
{
border-color: #919FCB;
}
</style>