Shades of Portage #909CDA
Tints of Portage #909CDA
RGB
CMYK
RGB Variations
Color information
#909CDA (or 0x909CDA) is known color: Portage. HEX triplet: 90, 9C and DA. RGB value is (144,156,218). Sum of RGB (Red+Green+Blue) = 144+156+218=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #909CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDA is #6F6325. Grayscale: #9F9F9F. Windows color (decimal): -7299878 or 14326928. OLE color: 14326928.
HSL color Cylindrical-coordinate representation of color #909CDA: hue angle of 230.27º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909CDA is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 156 | 218 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.15 |
| HSL | 230.27º | 0.5% | 0.71% | - |
| HSV(B) | 230.27º | 0.34% | 0.85% | - |
| XYZ | 36.04 | 34.77 | 71.14 | - |
| YUV | 159.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 218 | 0.34 | 0.28 | 0 | 0.15 | 230.27 | 0.5 | 0.71 |
| Hex | 90 | 9C | DA | 22 | 1C | 0 | F | E6 | 32 | 47 |
| Octal | 220 | 234 | 332 | 42 | 34 | 0 | 17 | 346 | 62 | 107 |
| Binary | 10010000 | 10011100 | 11011010 | 100010 | 11100 | 0 | 1111 | 11100110 | 110010 | 1000111 |
Color Harmonies of #909CDA
Complementary color
Monochromatic Colors of #909CDA
Black with #909CDA
Text Example
Text Example
White with #909CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CDA; }
p { color: rgb(144,156,218); }
H1.HeaderClassName
{
color: #909CDA;
}
.AnyTagClassName
{
color: #909CDA;
}
</style>
background-color css
<style>
a { background-color: #909CDA; }
a { background-color: rgb(144,156,218); }
div.DivClassName
{
background-color: #909CDA;
}
.BgClassName
{
background-color: #909CDA;
}
</style>
border-color css
<style>
span { border-color: #909CDA; }
span { border-color: rgb(144,156,218); }
td.TdClassName
{
border-color: #909CDA;
}
.TagClassName
{
border-color: #909CDA;
}
</style>