Shades of Portage #909CEC
Tints of Portage #909CEC
RGB
CMYK
RGB Variations
Color information
#909CEC (or 0x909CEC) is known color: Portage. HEX triplet: 90, 9C and EC. RGB value is (144,156,236). Sum of RGB (Red+Green+Blue) = 144+156+236=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #909CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909CEC is #6F6313. Grayscale: #A1A1A1. Windows color (decimal): -7299860 or 15506576. OLE color: 15506576.
HSL color Cylindrical-coordinate representation of color #909CEC: hue angle of 232.17º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #909CEC is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 156 | 236 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.07 |
| HSL | 232.17º | 0.71% | 0.75% | - |
| HSV(B) | 232.17º | 0.39% | 0.93% | - |
| XYZ | 38.53 | 35.76 | 84.23 | - |
| YUV | 161.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 236 | 0.39 | 0.34 | 0 | 0.07 | 232.17 | 0.71 | 0.75 |
| Hex | 90 | 9C | EC | 27 | 22 | 0 | 7 | E8 | 47 | 4B |
| Octal | 220 | 234 | 354 | 47 | 42 | 0 | 7 | 350 | 107 | 113 |
| Binary | 10010000 | 10011100 | 11101100 | 100111 | 100010 | 0 | 111 | 11101000 | 1000111 | 1001011 |
Color Harmonies of #909CEC
Complementary color
Monochromatic Colors of #909CEC
Black with #909CEC
Text Example
Text Example
White with #909CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CEC; }
p { color: rgb(144,156,236); }
H1.HeaderClassName
{
color: #909CEC;
}
.AnyTagClassName
{
color: #909CEC;
}
</style>
background-color css
<style>
a { background-color: #909CEC; }
a { background-color: rgb(144,156,236); }
div.DivClassName
{
background-color: #909CEC;
}
.BgClassName
{
background-color: #909CEC;
}
</style>
border-color css
<style>
span { border-color: #909CEC; }
span { border-color: rgb(144,156,236); }
td.TdClassName
{
border-color: #909CEC;
}
.TagClassName
{
border-color: #909CEC;
}
</style>