Shades of Portage #9095DD
Tints of Portage #9095DD
RGB
CMYK
RGB Variations
Color information
#9095DD (or 0x9095DD) is known color: Portage. HEX triplet: 90, 95 and DD. RGB value is (144,149,221). Sum of RGB (Red+Green+Blue) = 144+149+221=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9095DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095DD is #6F6A22. Grayscale: #9B9B9B. Windows color (decimal): -7301667 or 14521744. OLE color: 14521744.
HSL color Cylindrical-coordinate representation of color #9095DD: hue angle of 236.1º degrees, saturation: 0.53, 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 #9095DD is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 149 | 221 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.13 |
| HSL | 236.1º | 0.53% | 0.72% | - |
| HSV(B) | 236.1º | 0.35% | 0.87% | - |
| XYZ | 35.3 | 32.64 | 72.85 | - |
| YUV | 155.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 221 | 0.35 | 0.33 | 0 | 0.13 | 236.1 | 0.53 | 0.72 |
| Hex | 90 | 95 | DD | 23 | 21 | 0 | D | EC | 35 | 48 |
| Octal | 220 | 225 | 335 | 43 | 41 | 0 | 15 | 354 | 65 | 110 |
| Binary | 10010000 | 10010101 | 11011101 | 100011 | 100001 | 0 | 1101 | 11101100 | 110101 | 1001000 |
Color Harmonies of #9095DD
Complementary color
Monochromatic Colors of #9095DD
Black with #9095DD
Text Example
Text Example
White with #9095DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095DD; }
p { color: rgb(144,149,221); }
H1.HeaderClassName
{
color: #9095DD;
}
.AnyTagClassName
{
color: #9095DD;
}
</style>
background-color css
<style>
a { background-color: #9095DD; }
a { background-color: rgb(144,149,221); }
div.DivClassName
{
background-color: #9095DD;
}
.BgClassName
{
background-color: #9095DD;
}
</style>
border-color css
<style>
span { border-color: #9095DD; }
span { border-color: rgb(144,149,221); }
td.TdClassName
{
border-color: #9095DD;
}
.TagClassName
{
border-color: #9095DD;
}
</style>