Shades of Portage #909BCA
Tints of Portage #909BCA
RGB
CMYK
RGB Variations
Color information
#909BCA (or 0x909BCA) is known color: Portage. HEX triplet: 90, 9B and CA. RGB value is (144,155,202). Sum of RGB (Red+Green+Blue) = 144+155+202=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #909BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BCA is #6F6435. Grayscale: #9C9C9C. Windows color (decimal): -7300150 or 13278096. OLE color: 13278096.
HSL color Cylindrical-coordinate representation of color #909BCA: hue angle of 228.62º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909BCA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 155 | 202 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.21 |
| HSL | 228.62º | 0.35% | 0.68% | - |
| HSV(B) | 228.62º | 0.29% | 0.79% | - |
| XYZ | 33.88 | 33.64 | 60.58 | - |
| YUV | 157.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 202 | 0.29 | 0.23 | 0 | 0.21 | 228.62 | 0.35 | 0.68 |
| Hex | 90 | 9B | CA | 1D | 17 | 0 | 15 | E5 | 23 | 44 |
| Octal | 220 | 233 | 312 | 35 | 27 | 0 | 25 | 345 | 43 | 104 |
| Binary | 10010000 | 10011011 | 11001010 | 11101 | 10111 | 0 | 10101 | 11100101 | 100011 | 1000100 |
Color Harmonies of #909BCA
Complementary color
Monochromatic Colors of #909BCA
Black with #909BCA
Text Example
Text Example
White with #909BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909BCA; }
p { color: rgb(144,155,202); }
H1.HeaderClassName
{
color: #909BCA;
}
.AnyTagClassName
{
color: #909BCA;
}
</style>
background-color css
<style>
a { background-color: #909BCA; }
a { background-color: rgb(144,155,202); }
div.DivClassName
{
background-color: #909BCA;
}
.BgClassName
{
background-color: #909BCA;
}
</style>
border-color css
<style>
span { border-color: #909BCA; }
span { border-color: rgb(144,155,202); }
td.TdClassName
{
border-color: #909BCA;
}
.TagClassName
{
border-color: #909BCA;
}
</style>