Shades of Portage #949FD0
Tints of Portage #949FD0
RGB
CMYK
RGB Variations
Color information
#949FD0 (or 0x949FD0) is known color: Portage. HEX triplet: 94, 9F and D0. RGB value is (148,159,208). Sum of RGB (Red+Green+Blue) = 148+159+208=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #949FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FD0 is #6B602F. Grayscale: #A1A1A1. Windows color (decimal): -7036976 or 13672340. OLE color: 13672340.
HSL color Cylindrical-coordinate representation of color #949FD0: hue angle of 229º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949FD0 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 159 | 208 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.18 |
| HSL | 229º | 0.39% | 0.7% | - |
| HSV(B) | 229º | 0.29% | 0.82% | - |
| XYZ | 36 | 35.65 | 64.66 | - |
| YUV | 161.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 208 | 0.29 | 0.24 | 0 | 0.18 | 229 | 0.39 | 0.7 |
| Hex | 94 | 9F | D0 | 1D | 18 | 0 | 12 | E5 | 27 | 46 |
| Octal | 224 | 237 | 320 | 35 | 30 | 0 | 22 | 345 | 47 | 106 |
| Binary | 10010100 | 10011111 | 11010000 | 11101 | 11000 | 0 | 10010 | 11100101 | 100111 | 1000110 |
Color Harmonies of #949FD0
Complementary color
Monochromatic Colors of #949FD0
Black with #949FD0
Text Example
Text Example
White with #949FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FD0; }
p { color: rgb(148,159,208); }
H1.HeaderClassName
{
color: #949FD0;
}
.AnyTagClassName
{
color: #949FD0;
}
</style>
background-color css
<style>
a { background-color: #949FD0; }
a { background-color: rgb(148,159,208); }
div.DivClassName
{
background-color: #949FD0;
}
.BgClassName
{
background-color: #949FD0;
}
</style>
border-color css
<style>
span { border-color: #949FD0; }
span { border-color: rgb(148,159,208); }
td.TdClassName
{
border-color: #949FD0;
}
.TagClassName
{
border-color: #949FD0;
}
</style>