Shades of Portage #9895ED
Tints of Portage #9895ED
RGB
CMYK
RGB Variations
Color information
#9895ED (or 0x9895ED) is known color: Portage. HEX triplet: 98, 95 and ED. RGB value is (152,149,237). Sum of RGB (Red+Green+Blue) = 152+149+237=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #9895ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895ED is #676A12. Grayscale: #9F9F9F. Windows color (decimal): -6777363 or 15570328. OLE color: 15570328.
HSL color Cylindrical-coordinate representation of color #9895ED: hue angle of 242.05º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9895ED is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 149 | 237 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.07 |
| HSL | 242.05º | 0.71% | 0.76% | - |
| HSV(B) | 242.05º | 0.37% | 0.93% | - |
| XYZ | 38.98 | 34.28 | 84.68 | - |
| YUV | 159.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 237 | 0.36 | 0.37 | 0 | 0.07 | 242.05 | 0.71 | 0.76 |
| Hex | 98 | 95 | ED | 24 | 25 | 0 | 7 | F2 | 47 | 4C |
| Octal | 230 | 225 | 355 | 44 | 45 | 0 | 7 | 362 | 107 | 114 |
| Binary | 10011000 | 10010101 | 11101101 | 100100 | 100101 | 0 | 111 | 11110010 | 1000111 | 1001100 |
Color Harmonies of #9895ED
Complementary color
Monochromatic Colors of #9895ED
Black with #9895ED
Text Example
Text Example
White with #9895ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895ED; }
p { color: rgb(152,149,237); }
H1.HeaderClassName
{
color: #9895ED;
}
.AnyTagClassName
{
color: #9895ED;
}
</style>
background-color css
<style>
a { background-color: #9895ED; }
a { background-color: rgb(152,149,237); }
div.DivClassName
{
background-color: #9895ED;
}
.BgClassName
{
background-color: #9895ED;
}
</style>
border-color css
<style>
span { border-color: #9895ED; }
span { border-color: rgb(152,149,237); }
td.TdClassName
{
border-color: #9895ED;
}
.TagClassName
{
border-color: #9895ED;
}
</style>