Shades of Portage #909ACC
Tints of Portage #909ACC
RGB
CMYK
RGB Variations
Color information
#909ACC (or 0x909ACC) is known color: Portage. HEX triplet: 90, 9A and CC. RGB value is (144,154,204). Sum of RGB (Red+Green+Blue) = 144+154+204=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #909ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ACC is #6F6533. Grayscale: #9C9C9C. Windows color (decimal): -7300404 or 13408912. OLE color: 13408912.
HSL color Cylindrical-coordinate representation of color #909ACC: hue angle of 230º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909ACC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 154 | 204 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.2 |
| HSL | 230º | 0.37% | 0.68% | - |
| HSV(B) | 230º | 0.29% | 0.8% | - |
| XYZ | 33.96 | 33.4 | 61.78 | - |
| YUV | 156.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 204 | 0.29 | 0.25 | 0 | 0.2 | 230 | 0.37 | 0.68 |
| Hex | 90 | 9A | CC | 1D | 19 | 0 | 14 | E6 | 25 | 44 |
| Octal | 220 | 232 | 314 | 35 | 31 | 0 | 24 | 346 | 45 | 104 |
| Binary | 10010000 | 10011010 | 11001100 | 11101 | 11001 | 0 | 10100 | 11100110 | 100101 | 1000100 |
Color Harmonies of #909ACC
Complementary color
Monochromatic Colors of #909ACC
Black with #909ACC
Text Example
Text Example
White with #909ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909ACC; }
p { color: rgb(144,154,204); }
H1.HeaderClassName
{
color: #909ACC;
}
.AnyTagClassName
{
color: #909ACC;
}
</style>
background-color css
<style>
a { background-color: #909ACC; }
a { background-color: rgb(144,154,204); }
div.DivClassName
{
background-color: #909ACC;
}
.BgClassName
{
background-color: #909ACC;
}
</style>
border-color css
<style>
span { border-color: #909ACC; }
span { border-color: rgb(144,154,204); }
td.TdClassName
{
border-color: #909ACC;
}
.TagClassName
{
border-color: #909ACC;
}
</style>