Shades of Portage #9499DC
Tints of Portage #9499DC
RGB
CMYK
RGB Variations
Color information
#9499DC (or 0x9499DC) is known color: Portage. HEX triplet: 94, 99 and DC. RGB value is (148,153,220). Sum of RGB (Red+Green+Blue) = 148+153+220=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9499DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499DC is #6B6623. Grayscale: #9E9E9E. Windows color (decimal): -7038500 or 14457236. OLE color: 14457236.
HSL color Cylindrical-coordinate representation of color #9499DC: hue angle of 235.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9499DC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 153 | 220 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.14 |
| HSL | 235.83º | 0.51% | 0.72% | - |
| HSV(B) | 235.83º | 0.33% | 0.86% | - |
| XYZ | 36.52 | 34.25 | 72.4 | - |
| YUV | 159.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 220 | 0.33 | 0.30 | 0 | 0.14 | 235.83 | 0.51 | 0.72 |
| Hex | 94 | 99 | DC | 21 | 1E | 0 | E | EC | 33 | 48 |
| Octal | 224 | 231 | 334 | 41 | 36 | 0 | 16 | 354 | 63 | 110 |
| Binary | 10010100 | 10011001 | 11011100 | 100001 | 11110 | 0 | 1110 | 11101100 | 110011 | 1001000 |
Color Harmonies of #9499DC
Complementary color
Monochromatic Colors of #9499DC
Black with #9499DC
Text Example
Text Example
White with #9499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499DC; }
p { color: rgb(148,153,220); }
H1.HeaderClassName
{
color: #9499DC;
}
.AnyTagClassName
{
color: #9499DC;
}
</style>
background-color css
<style>
a { background-color: #9499DC; }
a { background-color: rgb(148,153,220); }
div.DivClassName
{
background-color: #9499DC;
}
.BgClassName
{
background-color: #9499DC;
}
</style>
border-color css
<style>
span { border-color: #9499DC; }
span { border-color: rgb(148,153,220); }
td.TdClassName
{
border-color: #9499DC;
}
.TagClassName
{
border-color: #9499DC;
}
</style>