Shades of Portage #9295EF
Tints of Portage #9295EF
RGB
CMYK
RGB Variations
Color information
#9295EF (or 0x9295EF) is known color: Portage. HEX triplet: 92, 95 and EF. RGB value is (146,149,239). Sum of RGB (Red+Green+Blue) = 146+149+239=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #9295EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295EF is #6D6A10. Grayscale: #9D9D9D. Windows color (decimal): -7170577 or 15701394. OLE color: 15701394.
HSL color Cylindrical-coordinate representation of color #9295EF: hue angle of 238.06º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9295EF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 149 | 239 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.06 |
| HSL | 238.06º | 0.74% | 0.75% | - |
| HSV(B) | 238.06º | 0.39% | 0.94% | - |
| XYZ | 38.18 | 33.84 | 86.18 | - |
| YUV | 158.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 239 | 0.39 | 0.38 | 0 | 0.06 | 238.06 | 0.74 | 0.75 |
| Hex | 92 | 95 | EF | 27 | 26 | 0 | 6 | EE | 4A | 4B |
| Octal | 222 | 225 | 357 | 47 | 46 | 0 | 6 | 356 | 112 | 113 |
| Binary | 10010010 | 10010101 | 11101111 | 100111 | 100110 | 0 | 110 | 11101110 | 1001010 | 1001011 |
Color Harmonies of #9295EF
Complementary color
Monochromatic Colors of #9295EF
Black with #9295EF
Text Example
Text Example
White with #9295EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295EF; }
p { color: rgb(146,149,239); }
H1.HeaderClassName
{
color: #9295EF;
}
.AnyTagClassName
{
color: #9295EF;
}
</style>
background-color css
<style>
a { background-color: #9295EF; }
a { background-color: rgb(146,149,239); }
div.DivClassName
{
background-color: #9295EF;
}
.BgClassName
{
background-color: #9295EF;
}
</style>
border-color css
<style>
span { border-color: #9295EF; }
span { border-color: rgb(146,149,239); }
td.TdClassName
{
border-color: #9295EF;
}
.TagClassName
{
border-color: #9295EF;
}
</style>