Shades of Portage #909BDC
Tints of Portage #909BDC
RGB
CMYK
RGB Variations
Color information
#909BDC (or 0x909BDC) is known color: Portage. HEX triplet: 90, 9B and DC. RGB value is (144,155,220). Sum of RGB (Red+Green+Blue) = 144+155+220=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #909BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BDC is #6F6423. Grayscale: #9E9E9E. Windows color (decimal): -7300132 or 14457744. OLE color: 14457744.
HSL color Cylindrical-coordinate representation of color #909BDC: hue angle of 231.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909BDC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 155 | 220 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.14 |
| HSL | 231.32º | 0.52% | 0.71% | - |
| HSV(B) | 231.32º | 0.35% | 0.86% | - |
| XYZ | 36.14 | 34.54 | 72.47 | - |
| YUV | 159.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 220 | 0.35 | 0.30 | 0 | 0.14 | 231.32 | 0.52 | 0.71 |
| Hex | 90 | 9B | DC | 23 | 1E | 0 | E | E7 | 34 | 47 |
| Octal | 220 | 233 | 334 | 43 | 36 | 0 | 16 | 347 | 64 | 107 |
| Binary | 10010000 | 10011011 | 11011100 | 100011 | 11110 | 0 | 1110 | 11100111 | 110100 | 1000111 |
Color Harmonies of #909BDC
Complementary color
Monochromatic Colors of #909BDC
Black with #909BDC
Text Example
Text Example
White with #909BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909BDC; }
p { color: rgb(144,155,220); }
H1.HeaderClassName
{
color: #909BDC;
}
.AnyTagClassName
{
color: #909BDC;
}
</style>
background-color css
<style>
a { background-color: #909BDC; }
a { background-color: rgb(144,155,220); }
div.DivClassName
{
background-color: #909BDC;
}
.BgClassName
{
background-color: #909BDC;
}
</style>
border-color css
<style>
span { border-color: #909BDC; }
span { border-color: rgb(144,155,220); }
td.TdClassName
{
border-color: #909BDC;
}
.TagClassName
{
border-color: #909BDC;
}
</style>