Shades of Portage #9892ED
Tints of Portage #9892ED
RGB
CMYK
RGB Variations
Color information
#9892ED (or 0x9892ED) is known color: Portage. HEX triplet: 98, 92 and ED. RGB value is (152,146,237). Sum of RGB (Red+Green+Blue) = 152+146+237=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #9892ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9892ED is #676D12. Grayscale: #9D9D9D. Windows color (decimal): -6778131 or 15569560. OLE color: 15569560.
HSL color Cylindrical-coordinate representation of color #9892ED: hue angle of 243.96º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9892ED is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 146 | 237 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.07 |
| HSL | 243.96º | 0.72% | 0.75% | - |
| HSV(B) | 243.96º | 0.38% | 0.93% | - |
| XYZ | 38.51 | 33.35 | 84.53 | - |
| YUV | 158.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 237 | 0.36 | 0.38 | 0 | 0.07 | 243.96 | 0.72 | 0.75 |
| Hex | 98 | 92 | ED | 24 | 26 | 0 | 7 | F4 | 48 | 4B |
| Octal | 230 | 222 | 355 | 44 | 46 | 0 | 7 | 364 | 110 | 113 |
| Binary | 10011000 | 10010010 | 11101101 | 100100 | 100110 | 0 | 111 | 11110100 | 1001000 | 1001011 |
Color Harmonies of #9892ED
Complementary color
Monochromatic Colors of #9892ED
Black with #9892ED
Text Example
Text Example
White with #9892ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892ED; }
p { color: rgb(152,146,237); }
H1.HeaderClassName
{
color: #9892ED;
}
.AnyTagClassName
{
color: #9892ED;
}
</style>
background-color css
<style>
a { background-color: #9892ED; }
a { background-color: rgb(152,146,237); }
div.DivClassName
{
background-color: #9892ED;
}
.BgClassName
{
background-color: #9892ED;
}
</style>
border-color css
<style>
span { border-color: #9892ED; }
span { border-color: rgb(152,146,237); }
td.TdClassName
{
border-color: #9892ED;
}
.TagClassName
{
border-color: #9892ED;
}
</style>