Shades of Portage #949EE6
Tints of Portage #949EE6
RGB
CMYK
RGB Variations
Color information
#949EE6 (or 0x949EE6) is known color: Portage. HEX triplet: 94, 9E and E6. RGB value is (148,158,230). Sum of RGB (Red+Green+Blue) = 148+158+230=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #949EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EE6 is #6B6119. Grayscale: #A2A2A2. Windows color (decimal): -7037210 or 15113876. OLE color: 15113876.
HSL color Cylindrical-coordinate representation of color #949EE6: hue angle of 232.68º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949EE6 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 158 | 230 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.10 |
| HSL | 232.68º | 0.62% | 0.74% | - |
| HSV(B) | 232.68º | 0.36% | 0.9% | - |
| XYZ | 38.72 | 36.46 | 79.86 | - |
| YUV | 163.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 230 | 0.36 | 0.31 | 0 | 0.10 | 232.68 | 0.62 | 0.74 |
| Hex | 94 | 9E | E6 | 24 | 1F | 0 | A | E9 | 3E | 4A |
| Octal | 224 | 236 | 346 | 44 | 37 | 0 | 12 | 351 | 76 | 112 |
| Binary | 10010100 | 10011110 | 11100110 | 100100 | 11111 | 0 | 1010 | 11101001 | 111110 | 1001010 |
Color Harmonies of #949EE6
Complementary color
Monochromatic Colors of #949EE6
Black with #949EE6
Text Example
Text Example
White with #949EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EE6; }
p { color: rgb(148,158,230); }
H1.HeaderClassName
{
color: #949EE6;
}
.AnyTagClassName
{
color: #949EE6;
}
</style>
background-color css
<style>
a { background-color: #949EE6; }
a { background-color: rgb(148,158,230); }
div.DivClassName
{
background-color: #949EE6;
}
.BgClassName
{
background-color: #949EE6;
}
</style>
border-color css
<style>
span { border-color: #949EE6; }
span { border-color: rgb(148,158,230); }
td.TdClassName
{
border-color: #949EE6;
}
.TagClassName
{
border-color: #949EE6;
}
</style>