Shades of Portage #9195FE
Tints of Portage #9195FE
RGB
CMYK
RGB Variations
Color information
#9195FE (or 0x9195FE) is known color: Portage. HEX triplet: 91, 95 and FE. RGB value is (145,149,254). Sum of RGB (Red+Green+Blue) = 145+149+254=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9195FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9195FE is #6E6A01. Grayscale: #9F9F9F. Windows color (decimal): -7236098 or 16684433. OLE color: 16684433.
HSL color Cylindrical-coordinate representation of color #9195FE: hue angle of 237.8º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9195FE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 149 | 254 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.00 |
| HSL | 237.8º | 0.98% | 0.78% | - |
| HSV(B) | 237.8º | 0.43% | 1% | - |
| XYZ | 40.31 | 34.67 | 98.33 | - |
| YUV | 159.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 254 | 0.43 | 0.41 | 0 | 0.00 | 237.8 | 0.98 | 0.78 |
| Hex | 91 | 95 | FE | 2B | 29 | 0 | 0 | EE | 62 | 4E |
| Octal | 221 | 225 | 376 | 53 | 51 | 0 | 0 | 356 | 142 | 116 |
| Binary | 10010001 | 10010101 | 11111110 | 101011 | 101001 | 0 | 0 | 11101110 | 1100010 | 1001110 |
Color Harmonies of #9195FE
Complementary color
Monochromatic Colors of #9195FE
Black with #9195FE
Text Example
Text Example
White with #9195FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9195FE; }
p { color: rgb(145,149,254); }
H1.HeaderClassName
{
color: #9195FE;
}
.AnyTagClassName
{
color: #9195FE;
}
</style>
background-color css
<style>
a { background-color: #9195FE; }
a { background-color: rgb(145,149,254); }
div.DivClassName
{
background-color: #9195FE;
}
.BgClassName
{
background-color: #9195FE;
}
</style>
border-color css
<style>
span { border-color: #9195FE; }
span { border-color: rgb(145,149,254); }
td.TdClassName
{
border-color: #9195FE;
}
.TagClassName
{
border-color: #9195FE;
}
</style>