Shades of Portage #909DD5
Tints of Portage #909DD5
RGB
CMYK
RGB Variations
Color information
#909DD5 (or 0x909DD5) is known color: Portage. HEX triplet: 90, 9D and D5. RGB value is (144,157,213). Sum of RGB (Red+Green+Blue) = 144+157+213=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #909DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DD5 is #6F622A. Grayscale: #9F9F9F. Windows color (decimal): -7299627 or 13999504. OLE color: 13999504.
HSL color Cylindrical-coordinate representation of color #909DD5: hue angle of 228.7º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #909DD5 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 157 | 213 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.16 |
| HSL | 228.7º | 0.45% | 0.7% | - |
| HSV(B) | 228.7º | 0.32% | 0.84% | - |
| XYZ | 35.57 | 34.85 | 67.8 | - |
| YUV | 159.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 213 | 0.32 | 0.26 | 0 | 0.16 | 228.7 | 0.45 | 0.7 |
| Hex | 90 | 9D | D5 | 20 | 1A | 0 | 10 | E5 | 2D | 46 |
| Octal | 220 | 235 | 325 | 40 | 32 | 0 | 20 | 345 | 55 | 106 |
| Binary | 10010000 | 10011101 | 11010101 | 100000 | 11010 | 0 | 10000 | 11100101 | 101101 | 1000110 |
Color Harmonies of #909DD5
Complementary color
Monochromatic Colors of #909DD5
Black with #909DD5
Text Example
Text Example
White with #909DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DD5; }
p { color: rgb(144,157,213); }
H1.HeaderClassName
{
color: #909DD5;
}
.AnyTagClassName
{
color: #909DD5;
}
</style>
background-color css
<style>
a { background-color: #909DD5; }
a { background-color: rgb(144,157,213); }
div.DivClassName
{
background-color: #909DD5;
}
.BgClassName
{
background-color: #909DD5;
}
</style>
border-color css
<style>
span { border-color: #909DD5; }
span { border-color: rgb(144,157,213); }
td.TdClassName
{
border-color: #909DD5;
}
.TagClassName
{
border-color: #909DD5;
}
</style>