Shades of Portage #949FDD
Tints of Portage #949FDD
RGB
CMYK
RGB Variations
Color information
#949FDD (or 0x949FDD) is known color: Portage. HEX triplet: 94, 9F and DD. RGB value is (148,159,221). Sum of RGB (Red+Green+Blue) = 148+159+221=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #949FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FDD is #6B6022. Grayscale: #A2A2A2. Windows color (decimal): -7036963 or 14524308. OLE color: 14524308.
HSL color Cylindrical-coordinate representation of color #949FDD: hue angle of 230.96º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949FDD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 159 | 221 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.13 |
| HSL | 230.96º | 0.52% | 0.72% | - |
| HSV(B) | 230.96º | 0.33% | 0.87% | - |
| XYZ | 37.66 | 36.31 | 73.43 | - |
| YUV | 162.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 221 | 0.33 | 0.28 | 0 | 0.13 | 230.96 | 0.52 | 0.72 |
| Hex | 94 | 9F | DD | 21 | 1C | 0 | D | E7 | 34 | 48 |
| Octal | 224 | 237 | 335 | 41 | 34 | 0 | 15 | 347 | 64 | 110 |
| Binary | 10010100 | 10011111 | 11011101 | 100001 | 11100 | 0 | 1101 | 11100111 | 110100 | 1001000 |
Color Harmonies of #949FDD
Complementary color
Monochromatic Colors of #949FDD
Black with #949FDD
Text Example
Text Example
White with #949FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FDD; }
p { color: rgb(148,159,221); }
H1.HeaderClassName
{
color: #949FDD;
}
.AnyTagClassName
{
color: #949FDD;
}
</style>
background-color css
<style>
a { background-color: #949FDD; }
a { background-color: rgb(148,159,221); }
div.DivClassName
{
background-color: #949FDD;
}
.BgClassName
{
background-color: #949FDD;
}
</style>
border-color css
<style>
span { border-color: #949FDD; }
span { border-color: rgb(148,159,221); }
td.TdClassName
{
border-color: #949FDD;
}
.TagClassName
{
border-color: #949FDD;
}
</style>