Shades of Portage #949CF3
Tints of Portage #949CF3
RGB
CMYK
RGB Variations
Color information
#949CF3 (or 0x949CF3) is known color: Portage. HEX triplet: 94, 9C and F3. RGB value is (148,156,243). Sum of RGB (Red+Green+Blue) = 148+156+243=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #949CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CF3 is #6B630C. Grayscale: #A3A3A3. Windows color (decimal): -7037709 or 15965332. OLE color: 15965332.
HSL color Cylindrical-coordinate representation of color #949CF3: hue angle of 234.95º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #949CF3 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 156 | 243 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.05 |
| HSL | 234.95º | 0.8% | 0.77% | - |
| HSV(B) | 234.95º | 0.39% | 0.95% | - |
| XYZ | 40.28 | 36.54 | 89.72 | - |
| YUV | 163.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 243 | 0.39 | 0.36 | 0 | 0.05 | 234.95 | 0.8 | 0.77 |
| Hex | 94 | 9C | F3 | 27 | 24 | 0 | 5 | EB | 50 | 4D |
| Octal | 224 | 234 | 363 | 47 | 44 | 0 | 5 | 353 | 120 | 115 |
| Binary | 10010100 | 10011100 | 11110011 | 100111 | 100100 | 0 | 101 | 11101011 | 1010000 | 1001101 |
Color Harmonies of #949CF3
Complementary color
Monochromatic Colors of #949CF3
Black with #949CF3
Text Example
Text Example
White with #949CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CF3; }
p { color: rgb(148,156,243); }
H1.HeaderClassName
{
color: #949CF3;
}
.AnyTagClassName
{
color: #949CF3;
}
</style>
background-color css
<style>
a { background-color: #949CF3; }
a { background-color: rgb(148,156,243); }
div.DivClassName
{
background-color: #949CF3;
}
.BgClassName
{
background-color: #949CF3;
}
</style>
border-color css
<style>
span { border-color: #949CF3; }
span { border-color: rgb(148,156,243); }
td.TdClassName
{
border-color: #949CF3;
}
.TagClassName
{
border-color: #949CF3;
}
</style>