Shades of Portage #9498DA
Tints of Portage #9498DA
RGB
CMYK
RGB Variations
Color information
#9498DA (or 0x9498DA) is known color: Portage. HEX triplet: 94, 98 and DA. RGB value is (148,152,218). Sum of RGB (Red+Green+Blue) = 148+152+218=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9498DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498DA is #6B6725. Grayscale: #9E9E9E. Windows color (decimal): -7038758 or 14325908. OLE color: 14325908.
HSL color Cylindrical-coordinate representation of color #9498DA: hue angle of 236.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9498DA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 152 | 218 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.15 |
| HSL | 236.57º | 0.49% | 0.72% | - |
| HSV(B) | 236.57º | 0.32% | 0.85% | - |
| XYZ | 36.1 | 33.81 | 70.95 | - |
| YUV | 158.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 218 | 0.32 | 0.30 | 0 | 0.15 | 236.57 | 0.49 | 0.72 |
| Hex | 94 | 98 | DA | 20 | 1E | 0 | F | ED | 31 | 48 |
| Octal | 224 | 230 | 332 | 40 | 36 | 0 | 17 | 355 | 61 | 110 |
| Binary | 10010100 | 10011000 | 11011010 | 100000 | 11110 | 0 | 1111 | 11101101 | 110001 | 1001000 |
Color Harmonies of #9498DA
Complementary color
Monochromatic Colors of #9498DA
Black with #9498DA
Text Example
Text Example
White with #9498DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498DA; }
p { color: rgb(148,152,218); }
H1.HeaderClassName
{
color: #9498DA;
}
.AnyTagClassName
{
color: #9498DA;
}
</style>
background-color css
<style>
a { background-color: #9498DA; }
a { background-color: rgb(148,152,218); }
div.DivClassName
{
background-color: #9498DA;
}
.BgClassName
{
background-color: #9498DA;
}
</style>
border-color css
<style>
span { border-color: #9498DA; }
span { border-color: rgb(148,152,218); }
td.TdClassName
{
border-color: #9498DA;
}
.TagClassName
{
border-color: #9498DA;
}
</style>