Shades of Portage #949FF2
Tints of Portage #949FF2
RGB
CMYK
RGB Variations
Color information
#949FF2 (or 0x949FF2) is known color: Portage. HEX triplet: 94, 9F and F2. RGB value is (148,159,242). Sum of RGB (Red+Green+Blue) = 148+159+242=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #949FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FF2 is #6B600D. Grayscale: #A4A4A4. Windows color (decimal): -7036942 or 15900564. OLE color: 15900564.
HSL color Cylindrical-coordinate representation of color #949FF2: hue angle of 232.98º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #949FF2 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 159 | 242 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.05 |
| HSL | 232.98º | 0.78% | 0.76% | - |
| HSV(B) | 232.98º | 0.39% | 0.95% | - |
| XYZ | 40.64 | 37.5 | 89.1 | - |
| YUV | 165.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 242 | 0.39 | 0.34 | 0 | 0.05 | 232.98 | 0.78 | 0.76 |
| Hex | 94 | 9F | F2 | 27 | 22 | 0 | 5 | E9 | 4E | 4C |
| Octal | 224 | 237 | 362 | 47 | 42 | 0 | 5 | 351 | 116 | 114 |
| Binary | 10010100 | 10011111 | 11110010 | 100111 | 100010 | 0 | 101 | 11101001 | 1001110 | 1001100 |
Color Harmonies of #949FF2
Complementary color
Monochromatic Colors of #949FF2
Black with #949FF2
Text Example
Text Example
White with #949FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FF2; }
p { color: rgb(148,159,242); }
H1.HeaderClassName
{
color: #949FF2;
}
.AnyTagClassName
{
color: #949FF2;
}
</style>
background-color css
<style>
a { background-color: #949FF2; }
a { background-color: rgb(148,159,242); }
div.DivClassName
{
background-color: #949FF2;
}
.BgClassName
{
background-color: #949FF2;
}
</style>
border-color css
<style>
span { border-color: #949FF2; }
span { border-color: rgb(148,159,242); }
td.TdClassName
{
border-color: #949FF2;
}
.TagClassName
{
border-color: #949FF2;
}
</style>