Shades of Portage #949DF6
Tints of Portage #949DF6
RGB
CMYK
RGB Variations
Color information
#949DF6 (or 0x949DF6) is known color: Portage. HEX triplet: 94, 9D and F6. RGB value is (148,157,246). Sum of RGB (Red+Green+Blue) = 148+157+246=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #949DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DF6 is #6B6209. Grayscale: #A4A4A4. Windows color (decimal): -7037450 or 16162196. OLE color: 16162196.
HSL color Cylindrical-coordinate representation of color #949DF6: hue angle of 234.49º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949DF6 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 157 | 246 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.04 |
| HSL | 234.49º | 0.84% | 0.77% | - |
| HSV(B) | 234.49º | 0.4% | 0.96% | - |
| XYZ | 40.9 | 37.06 | 92.19 | - |
| YUV | 164.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 246 | 0.40 | 0.36 | 0 | 0.04 | 234.49 | 0.84 | 0.77 |
| Hex | 94 | 9D | F6 | 28 | 24 | 0 | 4 | EA | 54 | 4D |
| Octal | 224 | 235 | 366 | 50 | 44 | 0 | 4 | 352 | 124 | 115 |
| Binary | 10010100 | 10011101 | 11110110 | 101000 | 100100 | 0 | 100 | 11101010 | 1010100 | 1001101 |
Color Harmonies of #949DF6
Complementary color
Monochromatic Colors of #949DF6
Black with #949DF6
Text Example
Text Example
White with #949DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DF6; }
p { color: rgb(148,157,246); }
H1.HeaderClassName
{
color: #949DF6;
}
.AnyTagClassName
{
color: #949DF6;
}
</style>
background-color css
<style>
a { background-color: #949DF6; }
a { background-color: rgb(148,157,246); }
div.DivClassName
{
background-color: #949DF6;
}
.BgClassName
{
background-color: #949DF6;
}
</style>
border-color css
<style>
span { border-color: #949DF6; }
span { border-color: rgb(148,157,246); }
td.TdClassName
{
border-color: #949DF6;
}
.TagClassName
{
border-color: #949DF6;
}
</style>