Shades of Portage #919BCA
Tints of Portage #919BCA
RGB
CMYK
RGB Variations
Color information
#919BCA (or 0x919BCA) is known color: Portage. HEX triplet: 91, 9B and CA. RGB value is (145,155,202). Sum of RGB (Red+Green+Blue) = 145+155+202=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #919BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BCA is #6E6435. Grayscale: #9D9D9D. Windows color (decimal): -7234614 or 13278097. OLE color: 13278097.
HSL color Cylindrical-coordinate representation of color #919BCA: hue angle of 229.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919BCA is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 155 | 202 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.21 |
| HSL | 229.47º | 0.35% | 0.68% | - |
| HSV(B) | 229.47º | 0.28% | 0.79% | - |
| XYZ | 34.06 | 33.73 | 60.59 | - |
| YUV | 157.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 202 | 0.28 | 0.23 | 0 | 0.21 | 229.47 | 0.35 | 0.68 |
| Hex | 91 | 9B | CA | 1C | 17 | 0 | 15 | E5 | 23 | 44 |
| Octal | 221 | 233 | 312 | 34 | 27 | 0 | 25 | 345 | 43 | 104 |
| Binary | 10010001 | 10011011 | 11001010 | 11100 | 10111 | 0 | 10101 | 11100101 | 100011 | 1000100 |
Color Harmonies of #919BCA
Complementary color
Monochromatic Colors of #919BCA
Black with #919BCA
Text Example
Text Example
White with #919BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BCA; }
p { color: rgb(145,155,202); }
H1.HeaderClassName
{
color: #919BCA;
}
.AnyTagClassName
{
color: #919BCA;
}
</style>
background-color css
<style>
a { background-color: #919BCA; }
a { background-color: rgb(145,155,202); }
div.DivClassName
{
background-color: #919BCA;
}
.BgClassName
{
background-color: #919BCA;
}
</style>
border-color css
<style>
span { border-color: #919BCA; }
span { border-color: rgb(145,155,202); }
td.TdClassName
{
border-color: #919BCA;
}
.TagClassName
{
border-color: #919BCA;
}
</style>