Shades of Portage #949DF1
Tints of Portage #949DF1
RGB
CMYK
RGB Variations
Color information
#949DF1 (or 0x949DF1) is known color: Portage. HEX triplet: 94, 9D and F1. RGB value is (148,157,241). Sum of RGB (Red+Green+Blue) = 148+157+241=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #949DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DF1 is #6B620E. Grayscale: #A3A3A3. Windows color (decimal): -7037455 or 15834516. OLE color: 15834516.
HSL color Cylindrical-coordinate representation of color #949DF1: hue angle of 234.19º degrees, saturation: 0.77, 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 #949DF1 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 157 | 241 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.05 |
| HSL | 234.19º | 0.77% | 0.76% | - |
| HSV(B) | 234.19º | 0.39% | 0.95% | - |
| XYZ | 40.15 | 36.76 | 88.2 | - |
| YUV | 163.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 241 | 0.39 | 0.35 | 0 | 0.05 | 234.19 | 0.77 | 0.76 |
| Hex | 94 | 9D | F1 | 27 | 23 | 0 | 5 | EA | 4D | 4C |
| Octal | 224 | 235 | 361 | 47 | 43 | 0 | 5 | 352 | 115 | 114 |
| Binary | 10010100 | 10011101 | 11110001 | 100111 | 100011 | 0 | 101 | 11101010 | 1001101 | 1001100 |
Color Harmonies of #949DF1
Complementary color
Monochromatic Colors of #949DF1
Black with #949DF1
Text Example
Text Example
White with #949DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DF1; }
p { color: rgb(148,157,241); }
H1.HeaderClassName
{
color: #949DF1;
}
.AnyTagClassName
{
color: #949DF1;
}
</style>
background-color css
<style>
a { background-color: #949DF1; }
a { background-color: rgb(148,157,241); }
div.DivClassName
{
background-color: #949DF1;
}
.BgClassName
{
background-color: #949DF1;
}
</style>
border-color css
<style>
span { border-color: #949DF1; }
span { border-color: rgb(148,157,241); }
td.TdClassName
{
border-color: #949DF1;
}
.TagClassName
{
border-color: #949DF1;
}
</style>