Shades of Portage #9497DF
Tints of Portage #9497DF
RGB
CMYK
RGB Variations
Color information
#9497DF (or 0x9497DF) is known color: Portage. HEX triplet: 94, 97 and DF. RGB value is (148,151,223). Sum of RGB (Red+Green+Blue) = 148+151+223=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9497DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497DF is #6B6820. Grayscale: #9E9E9E. Windows color (decimal): -7039009 or 14653332. OLE color: 14653332.
HSL color Cylindrical-coordinate representation of color #9497DF: hue angle of 237.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9497DF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 151 | 223 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.13 |
| HSL | 237.6º | 0.54% | 0.73% | - |
| HSV(B) | 237.6º | 0.34% | 0.87% | - |
| XYZ | 36.6 | 33.76 | 74.4 | - |
| YUV | 158.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 223 | 0.34 | 0.32 | 0 | 0.13 | 237.6 | 0.54 | 0.73 |
| Hex | 94 | 97 | DF | 22 | 20 | 0 | D | EE | 36 | 49 |
| Octal | 224 | 227 | 337 | 42 | 40 | 0 | 15 | 356 | 66 | 111 |
| Binary | 10010100 | 10010111 | 11011111 | 100010 | 100000 | 0 | 1101 | 11101110 | 110110 | 1001001 |
Color Harmonies of #9497DF
Complementary color
Monochromatic Colors of #9497DF
Black with #9497DF
Text Example
Text Example
White with #9497DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9497DF; }
p { color: rgb(148,151,223); }
H1.HeaderClassName
{
color: #9497DF;
}
.AnyTagClassName
{
color: #9497DF;
}
</style>
background-color css
<style>
a { background-color: #9497DF; }
a { background-color: rgb(148,151,223); }
div.DivClassName
{
background-color: #9497DF;
}
.BgClassName
{
background-color: #9497DF;
}
</style>
border-color css
<style>
span { border-color: #9497DF; }
span { border-color: rgb(148,151,223); }
td.TdClassName
{
border-color: #9497DF;
}
.TagClassName
{
border-color: #9497DF;
}
</style>