Shades of Portage #919ACB
Tints of Portage #919ACB
RGB
CMYK
RGB Variations
Color information
#919ACB (or 0x919ACB) is known color: Portage. HEX triplet: 91, 9A and CB. RGB value is (145,154,203). Sum of RGB (Red+Green+Blue) = 145+154+203=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #919ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ACB is #6E6534. Grayscale: #9C9C9C. Windows color (decimal): -7234869 or 13343377. OLE color: 13343377.
HSL color Cylindrical-coordinate representation of color #919ACB: hue angle of 230.69º 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 #919ACB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 154 | 203 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.20 |
| HSL | 230.69º | 0.36% | 0.68% | - |
| HSV(B) | 230.69º | 0.29% | 0.8% | - |
| XYZ | 34.01 | 33.44 | 61.16 | - |
| YUV | 156.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 203 | 0.29 | 0.24 | 0 | 0.20 | 230.69 | 0.36 | 0.68 |
| Hex | 91 | 9A | CB | 1D | 18 | 0 | 14 | E7 | 24 | 44 |
| Octal | 221 | 232 | 313 | 35 | 30 | 0 | 24 | 347 | 44 | 104 |
| Binary | 10010001 | 10011010 | 11001011 | 11101 | 11000 | 0 | 10100 | 11100111 | 100100 | 1000100 |
Color Harmonies of #919ACB
Complementary color
Monochromatic Colors of #919ACB
Black with #919ACB
Text Example
Text Example
White with #919ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ACB; }
p { color: rgb(145,154,203); }
H1.HeaderClassName
{
color: #919ACB;
}
.AnyTagClassName
{
color: #919ACB;
}
</style>
background-color css
<style>
a { background-color: #919ACB; }
a { background-color: rgb(145,154,203); }
div.DivClassName
{
background-color: #919ACB;
}
.BgClassName
{
background-color: #919ACB;
}
</style>
border-color css
<style>
span { border-color: #919ACB; }
span { border-color: rgb(145,154,203); }
td.TdClassName
{
border-color: #919ACB;
}
.TagClassName
{
border-color: #919ACB;
}
</style>