Shades of Portage #909ACB
Tints of Portage #909ACB
RGB
CMYK
RGB Variations
Color information
#909ACB (or 0x909ACB) is known color: Portage. HEX triplet: 90, 9A and CB. RGB value is (144,154,203). Sum of RGB (Red+Green+Blue) = 144+154+203=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #909ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ACB is #6F6534. Grayscale: #9C9C9C. Windows color (decimal): -7300405 or 13343376. OLE color: 13343376.
HSL color Cylindrical-coordinate representation of color #909ACB: hue angle of 229.83º 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 #909ACB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 154 | 203 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.20 |
| HSL | 229.83º | 0.36% | 0.68% | - |
| HSV(B) | 229.83º | 0.29% | 0.8% | - |
| XYZ | 33.84 | 33.35 | 61.15 | - |
| YUV | 156.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 203 | 0.29 | 0.24 | 0 | 0.20 | 229.83 | 0.36 | 0.68 |
| Hex | 90 | 9A | CB | 1D | 18 | 0 | 14 | E6 | 24 | 44 |
| Octal | 220 | 232 | 313 | 35 | 30 | 0 | 24 | 346 | 44 | 104 |
| Binary | 10010000 | 10011010 | 11001011 | 11101 | 11000 | 0 | 10100 | 11100110 | 100100 | 1000100 |
Color Harmonies of #909ACB
Complementary color
Monochromatic Colors of #909ACB
Black with #909ACB
Text Example
Text Example
White with #909ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909ACB; }
p { color: rgb(144,154,203); }
H1.HeaderClassName
{
color: #909ACB;
}
.AnyTagClassName
{
color: #909ACB;
}
</style>
background-color css
<style>
a { background-color: #909ACB; }
a { background-color: rgb(144,154,203); }
div.DivClassName
{
background-color: #909ACB;
}
.BgClassName
{
background-color: #909ACB;
}
</style>
border-color css
<style>
span { border-color: #909ACB; }
span { border-color: rgb(144,154,203); }
td.TdClassName
{
border-color: #909ACB;
}
.TagClassName
{
border-color: #909ACB;
}
</style>