Shades of Portage #9895EF
Tints of Portage #9895EF
RGB
CMYK
RGB Variations
Color information
#9895EF (or 0x9895EF) is known color: Portage. HEX triplet: 98, 95 and EF. RGB value is (152,149,239). Sum of RGB (Red+Green+Blue) = 152+149+239=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #9895EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895EF is #676A10. Grayscale: #9F9F9F. Windows color (decimal): -6777361 or 15701400. OLE color: 15701400.
HSL color Cylindrical-coordinate representation of color #9895EF: hue angle of 242º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9895EF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 149 | 239 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.06 |
| HSL | 242º | 0.74% | 0.76% | - |
| HSV(B) | 242º | 0.38% | 0.94% | - |
| XYZ | 39.28 | 34.4 | 86.23 | - |
| YUV | 160.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 239 | 0.36 | 0.38 | 0 | 0.06 | 242 | 0.74 | 0.76 |
| Hex | 98 | 95 | EF | 24 | 26 | 0 | 6 | F2 | 4A | 4C |
| Octal | 230 | 225 | 357 | 44 | 46 | 0 | 6 | 362 | 112 | 114 |
| Binary | 10011000 | 10010101 | 11101111 | 100100 | 100110 | 0 | 110 | 11110010 | 1001010 | 1001100 |
Color Harmonies of #9895EF
Complementary color
Monochromatic Colors of #9895EF
Black with #9895EF
Text Example
Text Example
White with #9895EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895EF; }
p { color: rgb(152,149,239); }
H1.HeaderClassName
{
color: #9895EF;
}
.AnyTagClassName
{
color: #9895EF;
}
</style>
background-color css
<style>
a { background-color: #9895EF; }
a { background-color: rgb(152,149,239); }
div.DivClassName
{
background-color: #9895EF;
}
.BgClassName
{
background-color: #9895EF;
}
</style>
border-color css
<style>
span { border-color: #9895EF; }
span { border-color: rgb(152,149,239); }
td.TdClassName
{
border-color: #9895EF;
}
.TagClassName
{
border-color: #9895EF;
}
</style>