Shades of Portage #949AF2
Tints of Portage #949AF2
RGB
CMYK
RGB Variations
Color information
#949AF2 (or 0x949AF2) is known color: Portage. HEX triplet: 94, 9A and F2. RGB value is (148,154,242). Sum of RGB (Red+Green+Blue) = 148+154+242=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #949AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949AF2 is #6B650D. Grayscale: #A1A1A1. Windows color (decimal): -7038222 or 15899284. OLE color: 15899284.
HSL color Cylindrical-coordinate representation of color #949AF2: hue angle of 236.17º 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 #949AF2 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 154 | 242 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.05 |
| HSL | 236.17º | 0.78% | 0.76% | - |
| HSV(B) | 236.17º | 0.39% | 0.95% | - |
| XYZ | 39.8 | 35.82 | 88.82 | - |
| YUV | 162.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 242 | 0.39 | 0.36 | 0 | 0.05 | 236.17 | 0.78 | 0.76 |
| Hex | 94 | 9A | F2 | 27 | 24 | 0 | 5 | EC | 4E | 4C |
| Octal | 224 | 232 | 362 | 47 | 44 | 0 | 5 | 354 | 116 | 114 |
| Binary | 10010100 | 10011010 | 11110010 | 100111 | 100100 | 0 | 101 | 11101100 | 1001110 | 1001100 |
Color Harmonies of #949AF2
Complementary color
Monochromatic Colors of #949AF2
Black with #949AF2
Text Example
Text Example
White with #949AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AF2; }
p { color: rgb(148,154,242); }
H1.HeaderClassName
{
color: #949AF2;
}
.AnyTagClassName
{
color: #949AF2;
}
</style>
background-color css
<style>
a { background-color: #949AF2; }
a { background-color: rgb(148,154,242); }
div.DivClassName
{
background-color: #949AF2;
}
.BgClassName
{
background-color: #949AF2;
}
</style>
border-color css
<style>
span { border-color: #949AF2; }
span { border-color: rgb(148,154,242); }
td.TdClassName
{
border-color: #949AF2;
}
.TagClassName
{
border-color: #949AF2;
}
</style>