Shades of Portage #9495F3
Tints of Portage #9495F3
RGB
CMYK
RGB Variations
Color information
#9495F3 (or 0x9495F3) is known color: Portage. HEX triplet: 94, 95 and F3. RGB value is (148,149,243). Sum of RGB (Red+Green+Blue) = 148+149+243=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #9495F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9495F3 is #6B6A0C. Grayscale: #9F9F9F. Windows color (decimal): -7039501 or 15963540. OLE color: 15963540.
HSL color Cylindrical-coordinate representation of color #9495F3: hue angle of 239.37º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9495F3 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 149 | 243 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.05 |
| HSL | 239.37º | 0.8% | 0.77% | - |
| HSV(B) | 239.37º | 0.39% | 0.95% | - |
| XYZ | 39.14 | 34.26 | 89.34 | - |
| YUV | 159.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 243 | 0.39 | 0.39 | 0 | 0.05 | 239.37 | 0.8 | 0.77 |
| Hex | 94 | 95 | F3 | 27 | 27 | 0 | 5 | EF | 50 | 4D |
| Octal | 224 | 225 | 363 | 47 | 47 | 0 | 5 | 357 | 120 | 115 |
| Binary | 10010100 | 10010101 | 11110011 | 100111 | 100111 | 0 | 101 | 11101111 | 1010000 | 1001101 |
Color Harmonies of #9495F3
Complementary color
Monochromatic Colors of #9495F3
Black with #9495F3
Text Example
Text Example
White with #9495F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9495F3; }
p { color: rgb(148,149,243); }
H1.HeaderClassName
{
color: #9495F3;
}
.AnyTagClassName
{
color: #9495F3;
}
</style>
background-color css
<style>
a { background-color: #9495F3; }
a { background-color: rgb(148,149,243); }
div.DivClassName
{
background-color: #9495F3;
}
.BgClassName
{
background-color: #9495F3;
}
</style>
border-color css
<style>
span { border-color: #9495F3; }
span { border-color: rgb(148,149,243); }
td.TdClassName
{
border-color: #9495F3;
}
.TagClassName
{
border-color: #9495F3;
}
</style>