Shades of Portage #9295FD
Tints of Portage #9295FD
RGB
CMYK
RGB Variations
Color information
#9295FD (or 0x9295FD) is known color: Portage. HEX triplet: 92, 95 and FD. RGB value is (146,149,253). Sum of RGB (Red+Green+Blue) = 146+149+253=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #9295FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295FD is #6D6A02. Grayscale: #9F9F9F. Windows color (decimal): -7170563 or 16618898. OLE color: 16618898.
HSL color Cylindrical-coordinate representation of color #9295FD: hue angle of 238.32º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9295FD is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 149 | 253 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.01 |
| HSL | 238.32º | 0.96% | 0.78% | - |
| HSV(B) | 238.32º | 0.42% | 0.99% | - |
| XYZ | 40.33 | 34.7 | 97.5 | - |
| YUV | 159.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 253 | 0.42 | 0.41 | 0 | 0.01 | 238.32 | 0.96 | 0.78 |
| Hex | 92 | 95 | FD | 2A | 29 | 0 | 1 | EE | 60 | 4E |
| Octal | 222 | 225 | 375 | 52 | 51 | 0 | 1 | 356 | 140 | 116 |
| Binary | 10010010 | 10010101 | 11111101 | 101010 | 101001 | 0 | 1 | 11101110 | 1100000 | 1001110 |
Color Harmonies of #9295FD
Complementary color
Monochromatic Colors of #9295FD
Black with #9295FD
Text Example
Text Example
White with #9295FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295FD; }
p { color: rgb(146,149,253); }
H1.HeaderClassName
{
color: #9295FD;
}
.AnyTagClassName
{
color: #9295FD;
}
</style>
background-color css
<style>
a { background-color: #9295FD; }
a { background-color: rgb(146,149,253); }
div.DivClassName
{
background-color: #9295FD;
}
.BgClassName
{
background-color: #9295FD;
}
</style>
border-color css
<style>
span { border-color: #9295FD; }
span { border-color: rgb(146,149,253); }
td.TdClassName
{
border-color: #9295FD;
}
.TagClassName
{
border-color: #9295FD;
}
</style>