Shades of Portage #909DCB
Tints of Portage #909DCB
RGB
CMYK
RGB Variations
Color information
#909DCB (or 0x909DCB) is known color: Portage. HEX triplet: 90, 9D and CB. RGB value is (144,157,203). Sum of RGB (Red+Green+Blue) = 144+157+203=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #909DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DCB is #6F6234. Grayscale: #9E9E9E. Windows color (decimal): -7299637 or 13344144. OLE color: 13344144.
HSL color Cylindrical-coordinate representation of color #909DCB: hue angle of 226.78º 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 #909DCB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 157 | 203 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.20 |
| HSL | 226.78º | 0.36% | 0.68% | - |
| HSV(B) | 226.78º | 0.29% | 0.8% | - |
| XYZ | 34.34 | 34.36 | 61.32 | - |
| YUV | 158.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 203 | 0.29 | 0.23 | 0 | 0.20 | 226.78 | 0.36 | 0.68 |
| Hex | 90 | 9D | CB | 1D | 17 | 0 | 14 | E3 | 24 | 44 |
| Octal | 220 | 235 | 313 | 35 | 27 | 0 | 24 | 343 | 44 | 104 |
| Binary | 10010000 | 10011101 | 11001011 | 11101 | 10111 | 0 | 10100 | 11100011 | 100100 | 1000100 |
Color Harmonies of #909DCB
Complementary color
Monochromatic Colors of #909DCB
Black with #909DCB
Text Example
Text Example
White with #909DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DCB; }
p { color: rgb(144,157,203); }
H1.HeaderClassName
{
color: #909DCB;
}
.AnyTagClassName
{
color: #909DCB;
}
</style>
background-color css
<style>
a { background-color: #909DCB; }
a { background-color: rgb(144,157,203); }
div.DivClassName
{
background-color: #909DCB;
}
.BgClassName
{
background-color: #909DCB;
}
</style>
border-color css
<style>
span { border-color: #909DCB; }
span { border-color: rgb(144,157,203); }
td.TdClassName
{
border-color: #909DCB;
}
.TagClassName
{
border-color: #909DCB;
}
</style>