Shades of Portage #9095EA
Tints of Portage #9095EA
RGB
CMYK
RGB Variations
Color information
#9095EA (or 0x9095EA) is known color: Portage. HEX triplet: 90, 95 and EA. RGB value is (144,149,234). Sum of RGB (Red+Green+Blue) = 144+149+234=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #9095EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9095EA is #6F6A15. Grayscale: #9C9C9C. Windows color (decimal): -7301654 or 15373712. OLE color: 15373712.
HSL color Cylindrical-coordinate representation of color #9095EA: hue angle of 236.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9095EA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 149 | 234 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.08 |
| HSL | 236.67º | 0.68% | 0.74% | - |
| HSV(B) | 236.67º | 0.38% | 0.92% | - |
| XYZ | 37.1 | 33.36 | 82.33 | - |
| YUV | 157.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 234 | 0.38 | 0.36 | 0 | 0.08 | 236.67 | 0.68 | 0.74 |
| Hex | 90 | 95 | EA | 26 | 24 | 0 | 8 | ED | 44 | 4A |
| Octal | 220 | 225 | 352 | 46 | 44 | 0 | 10 | 355 | 104 | 112 |
| Binary | 10010000 | 10010101 | 11101010 | 100110 | 100100 | 0 | 1000 | 11101101 | 1000100 | 1001010 |
Color Harmonies of #9095EA
Complementary color
Monochromatic Colors of #9095EA
Black with #9095EA
Text Example
Text Example
White with #9095EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095EA; }
p { color: rgb(144,149,234); }
H1.HeaderClassName
{
color: #9095EA;
}
.AnyTagClassName
{
color: #9095EA;
}
</style>
background-color css
<style>
a { background-color: #9095EA; }
a { background-color: rgb(144,149,234); }
div.DivClassName
{
background-color: #9095EA;
}
.BgClassName
{
background-color: #9095EA;
}
</style>
border-color css
<style>
span { border-color: #9095EA; }
span { border-color: rgb(144,149,234); }
td.TdClassName
{
border-color: #9095EA;
}
.TagClassName
{
border-color: #9095EA;
}
</style>