Shades of Portage #909CDC
Tints of Portage #909CDC
RGB
CMYK
RGB Variations
Color information
#909CDC (or 0x909CDC) is known color: Portage. HEX triplet: 90, 9C and DC. RGB value is (144,156,220). Sum of RGB (Red+Green+Blue) = 144+156+220=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #909CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDC is #6F6323. Grayscale: #9F9F9F. Windows color (decimal): -7299876 or 14458000. OLE color: 14458000.
HSL color Cylindrical-coordinate representation of color #909CDC: hue angle of 230.53º 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 #909CDC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 156 | 220 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.14 |
| HSL | 230.53º | 0.52% | 0.71% | - |
| HSV(B) | 230.53º | 0.35% | 0.86% | - |
| XYZ | 36.31 | 34.87 | 72.53 | - |
| YUV | 159.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 220 | 0.35 | 0.29 | 0 | 0.14 | 230.53 | 0.52 | 0.71 |
| Hex | 90 | 9C | DC | 23 | 1D | 0 | E | E7 | 34 | 47 |
| Octal | 220 | 234 | 334 | 43 | 35 | 0 | 16 | 347 | 64 | 107 |
| Binary | 10010000 | 10011100 | 11011100 | 100011 | 11101 | 0 | 1110 | 11100111 | 110100 | 1000111 |
Color Harmonies of #909CDC
Complementary color
Monochromatic Colors of #909CDC
Black with #909CDC
Text Example
Text Example
White with #909CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CDC; }
p { color: rgb(144,156,220); }
H1.HeaderClassName
{
color: #909CDC;
}
.AnyTagClassName
{
color: #909CDC;
}
</style>
background-color css
<style>
a { background-color: #909CDC; }
a { background-color: rgb(144,156,220); }
div.DivClassName
{
background-color: #909CDC;
}
.BgClassName
{
background-color: #909CDC;
}
</style>
border-color css
<style>
span { border-color: #909CDC; }
span { border-color: rgb(144,156,220); }
td.TdClassName
{
border-color: #909CDC;
}
.TagClassName
{
border-color: #909CDC;
}
</style>