Shades of Portage #9095F9
Tints of Portage #9095F9
RGB
CMYK
RGB Variations
Color information
#9095F9 (or 0x9095F9) is known color: Portage. HEX triplet: 90, 95 and F9. RGB value is (144,149,249). Sum of RGB (Red+Green+Blue) = 144+149+249=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #9095F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9095F9 is #6F6A06. Grayscale: #9E9E9E. Windows color (decimal): -7301639 or 16356752. OLE color: 16356752.
HSL color Cylindrical-coordinate representation of color #9095F9: hue angle of 237.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9095F9 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 149 | 249 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.02 |
| HSL | 237.14º | 0.9% | 0.77% | - |
| HSV(B) | 237.14º | 0.42% | 0.98% | - |
| XYZ | 39.35 | 34.26 | 94.16 | - |
| YUV | 158.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 249 | 0.42 | 0.40 | 0 | 0.02 | 237.14 | 0.9 | 0.77 |
| Hex | 90 | 95 | F9 | 2A | 28 | 0 | 2 | ED | 5A | 4D |
| Octal | 220 | 225 | 371 | 52 | 50 | 0 | 2 | 355 | 132 | 115 |
| Binary | 10010000 | 10010101 | 11111001 | 101010 | 101000 | 0 | 10 | 11101101 | 1011010 | 1001101 |
Color Harmonies of #9095F9
Complementary color
Monochromatic Colors of #9095F9
Black with #9095F9
Text Example
Text Example
White with #9095F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095F9; }
p { color: rgb(144,149,249); }
H1.HeaderClassName
{
color: #9095F9;
}
.AnyTagClassName
{
color: #9095F9;
}
</style>
background-color css
<style>
a { background-color: #9095F9; }
a { background-color: rgb(144,149,249); }
div.DivClassName
{
background-color: #9095F9;
}
.BgClassName
{
background-color: #9095F9;
}
</style>
border-color css
<style>
span { border-color: #9095F9; }
span { border-color: rgb(144,149,249); }
td.TdClassName
{
border-color: #9095F9;
}
.TagClassName
{
border-color: #9095F9;
}
</style>