Shades of Portage #9498DC
Tints of Portage #9498DC
RGB
CMYK
RGB Variations
Color information
#9498DC (or 0x9498DC) is known color: Portage. HEX triplet: 94, 98 and DC. RGB value is (148,152,220). Sum of RGB (Red+Green+Blue) = 148+152+220=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9498DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498DC is #6B6723. Grayscale: #9E9E9E. Windows color (decimal): -7038756 or 14456980. OLE color: 14456980.
HSL color Cylindrical-coordinate representation of color #9498DC: hue angle of 236.67º 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 #9498DC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 152 | 220 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.14 |
| HSL | 236.67º | 0.51% | 0.72% | - |
| HSV(B) | 236.67º | 0.33% | 0.86% | - |
| XYZ | 36.36 | 33.92 | 72.34 | - |
| YUV | 158.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 220 | 0.33 | 0.31 | 0 | 0.14 | 236.67 | 0.51 | 0.72 |
| Hex | 94 | 98 | DC | 21 | 1F | 0 | E | ED | 33 | 48 |
| Octal | 224 | 230 | 334 | 41 | 37 | 0 | 16 | 355 | 63 | 110 |
| Binary | 10010100 | 10011000 | 11011100 | 100001 | 11111 | 0 | 1110 | 11101101 | 110011 | 1001000 |
Color Harmonies of #9498DC
Complementary color
Monochromatic Colors of #9498DC
Black with #9498DC
Text Example
Text Example
White with #9498DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498DC; }
p { color: rgb(148,152,220); }
H1.HeaderClassName
{
color: #9498DC;
}
.AnyTagClassName
{
color: #9498DC;
}
</style>
background-color css
<style>
a { background-color: #9498DC; }
a { background-color: rgb(148,152,220); }
div.DivClassName
{
background-color: #9498DC;
}
.BgClassName
{
background-color: #9498DC;
}
</style>
border-color css
<style>
span { border-color: #9498DC; }
span { border-color: rgb(148,152,220); }
td.TdClassName
{
border-color: #9498DC;
}
.TagClassName
{
border-color: #9498DC;
}
</style>