Shades of Portage #9095D8
Tints of Portage #9095D8
RGB
CMYK
RGB Variations
Color information
#9095D8 (or 0x9095D8) is known color: Portage. HEX triplet: 90, 95 and D8. RGB value is (144,149,216). Sum of RGB (Red+Green+Blue) = 144+149+216=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #9095D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095D8 is #6F6A27. Grayscale: #9A9A9A. Windows color (decimal): -7301672 or 14194064. OLE color: 14194064.
HSL color Cylindrical-coordinate representation of color #9095D8: hue angle of 235.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9095D8 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 149 | 216 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.15 |
| HSL | 235.83º | 0.48% | 0.71% | - |
| HSV(B) | 235.83º | 0.33% | 0.85% | - |
| XYZ | 34.64 | 32.38 | 69.39 | - |
| YUV | 155.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 216 | 0.33 | 0.31 | 0 | 0.15 | 235.83 | 0.48 | 0.71 |
| Hex | 90 | 95 | D8 | 21 | 1F | 0 | F | EC | 30 | 47 |
| Octal | 220 | 225 | 330 | 41 | 37 | 0 | 17 | 354 | 60 | 107 |
| Binary | 10010000 | 10010101 | 11011000 | 100001 | 11111 | 0 | 1111 | 11101100 | 110000 | 1000111 |
Color Harmonies of #9095D8
Complementary color
Monochromatic Colors of #9095D8
Black with #9095D8
Text Example
Text Example
White with #9095D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095D8; }
p { color: rgb(144,149,216); }
H1.HeaderClassName
{
color: #9095D8;
}
.AnyTagClassName
{
color: #9095D8;
}
</style>
background-color css
<style>
a { background-color: #9095D8; }
a { background-color: rgb(144,149,216); }
div.DivClassName
{
background-color: #9095D8;
}
.BgClassName
{
background-color: #9095D8;
}
</style>
border-color css
<style>
span { border-color: #9095D8; }
span { border-color: rgb(144,149,216); }
td.TdClassName
{
border-color: #9095D8;
}
.TagClassName
{
border-color: #9095D8;
}
</style>