Shades of Portage #909DE0
Tints of Portage #909DE0
RGB
CMYK
RGB Variations
Color information
#909DE0 (or 0x909DE0) is known color: Portage. HEX triplet: 90, 9D and E0. RGB value is (144,157,224). Sum of RGB (Red+Green+Blue) = 144+157+224=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #909DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DE0 is #6F621F. Grayscale: #A0A0A0. Windows color (decimal): -7299616 or 14720400. OLE color: 14720400.
HSL color Cylindrical-coordinate representation of color #909DE0: hue angle of 230.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #909DE0 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 157 | 224 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.12 |
| HSL | 230.25º | 0.56% | 0.72% | - |
| HSV(B) | 230.25º | 0.36% | 0.88% | - |
| XYZ | 37.01 | 35.43 | 75.41 | - |
| YUV | 160.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 224 | 0.36 | 0.30 | 0 | 0.12 | 230.25 | 0.56 | 0.72 |
| Hex | 90 | 9D | E0 | 24 | 1E | 0 | C | E6 | 38 | 48 |
| Octal | 220 | 235 | 340 | 44 | 36 | 0 | 14 | 346 | 70 | 110 |
| Binary | 10010000 | 10011101 | 11100000 | 100100 | 11110 | 0 | 1100 | 11100110 | 111000 | 1001000 |
Color Harmonies of #909DE0
Complementary color
Monochromatic Colors of #909DE0
Black with #909DE0
Text Example
Text Example
White with #909DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DE0; }
p { color: rgb(144,157,224); }
H1.HeaderClassName
{
color: #909DE0;
}
.AnyTagClassName
{
color: #909DE0;
}
</style>
background-color css
<style>
a { background-color: #909DE0; }
a { background-color: rgb(144,157,224); }
div.DivClassName
{
background-color: #909DE0;
}
.BgClassName
{
background-color: #909DE0;
}
</style>
border-color css
<style>
span { border-color: #909DE0; }
span { border-color: rgb(144,157,224); }
td.TdClassName
{
border-color: #909DE0;
}
.TagClassName
{
border-color: #909DE0;
}
</style>