Shades of Portage #949CD3
Tints of Portage #949CD3
RGB
CMYK
RGB Variations
Color information
#949CD3 (or 0x949CD3) is known color: Portage. HEX triplet: 94, 9C and D3. RGB value is (148,156,211). Sum of RGB (Red+Green+Blue) = 148+156+211=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #949CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CD3 is #6B632C. Grayscale: #9F9F9F. Windows color (decimal): -7037741 or 13868180. OLE color: 13868180.
HSL color Cylindrical-coordinate representation of color #949CD3: hue angle of 232.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949CD3 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 156 | 211 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.17 |
| HSL | 232.38º | 0.42% | 0.7% | - |
| HSV(B) | 232.38º | 0.3% | 0.83% | - |
| XYZ | 35.86 | 34.78 | 66.45 | - |
| YUV | 159.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 211 | 0.30 | 0.26 | 0 | 0.17 | 232.38 | 0.42 | 0.7 |
| Hex | 94 | 9C | D3 | 1E | 1A | 0 | 11 | E8 | 2A | 46 |
| Octal | 224 | 234 | 323 | 36 | 32 | 0 | 21 | 350 | 52 | 106 |
| Binary | 10010100 | 10011100 | 11010011 | 11110 | 11010 | 0 | 10001 | 11101000 | 101010 | 1000110 |
Color Harmonies of #949CD3
Complementary color
Monochromatic Colors of #949CD3
Black with #949CD3
Text Example
Text Example
White with #949CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CD3; }
p { color: rgb(148,156,211); }
H1.HeaderClassName
{
color: #949CD3;
}
.AnyTagClassName
{
color: #949CD3;
}
</style>
background-color css
<style>
a { background-color: #949CD3; }
a { background-color: rgb(148,156,211); }
div.DivClassName
{
background-color: #949CD3;
}
.BgClassName
{
background-color: #949CD3;
}
</style>
border-color css
<style>
span { border-color: #949CD3; }
span { border-color: rgb(148,156,211); }
td.TdClassName
{
border-color: #949CD3;
}
.TagClassName
{
border-color: #949CD3;
}
</style>