Shades of Portage #909CDF
Tints of Portage #909CDF
RGB
CMYK
RGB Variations
Color information
#909CDF (or 0x909CDF) is known color: Portage. HEX triplet: 90, 9C and DF. RGB value is (144,156,223). Sum of RGB (Red+Green+Blue) = 144+156+223=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #909CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDF is #6F6320. Grayscale: #9F9F9F. Windows color (decimal): -7299873 or 14654608. OLE color: 14654608.
HSL color Cylindrical-coordinate representation of color #909CDF: hue angle of 230.89º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909CDF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 156 | 223 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.13 |
| HSL | 230.89º | 0.55% | 0.72% | - |
| HSV(B) | 230.89º | 0.35% | 0.87% | - |
| XYZ | 36.71 | 35.03 | 74.64 | - |
| YUV | 160.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 223 | 0.35 | 0.30 | 0 | 0.13 | 230.89 | 0.55 | 0.72 |
| Hex | 90 | 9C | DF | 23 | 1E | 0 | D | E7 | 37 | 48 |
| Octal | 220 | 234 | 337 | 43 | 36 | 0 | 15 | 347 | 67 | 110 |
| Binary | 10010000 | 10011100 | 11011111 | 100011 | 11110 | 0 | 1101 | 11100111 | 110111 | 1001000 |
Color Harmonies of #909CDF
Complementary color
Monochromatic Colors of #909CDF
Black with #909CDF
Text Example
Text Example
White with #909CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CDF; }
p { color: rgb(144,156,223); }
H1.HeaderClassName
{
color: #909CDF;
}
.AnyTagClassName
{
color: #909CDF;
}
</style>
background-color css
<style>
a { background-color: #909CDF; }
a { background-color: rgb(144,156,223); }
div.DivClassName
{
background-color: #909CDF;
}
.BgClassName
{
background-color: #909CDF;
}
</style>
border-color css
<style>
span { border-color: #909CDF; }
span { border-color: rgb(144,156,223); }
td.TdClassName
{
border-color: #909CDF;
}
.TagClassName
{
border-color: #909CDF;
}
</style>