Shades of Portage #949FCB
Tints of Portage #949FCB
RGB
CMYK
RGB Variations
Color information
#949FCB (or 0x949FCB) is known color: Portage. HEX triplet: 94, 9F and CB. RGB value is (148,159,203). Sum of RGB (Red+Green+Blue) = 148+159+203=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #949FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FCB is #6B6034. Grayscale: #A0A0A0. Windows color (decimal): -7036981 or 13344660. OLE color: 13344660.
HSL color Cylindrical-coordinate representation of color #949FCB: hue angle of 228º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949FCB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 159 | 203 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.20 |
| HSL | 228º | 0.35% | 0.69% | - |
| HSV(B) | 228º | 0.27% | 0.8% | - |
| XYZ | 35.39 | 35.4 | 61.47 | - |
| YUV | 160.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 203 | 0.27 | 0.22 | 0 | 0.20 | 228 | 0.35 | 0.69 |
| Hex | 94 | 9F | CB | 1B | 16 | 0 | 14 | E4 | 23 | 45 |
| Octal | 224 | 237 | 313 | 33 | 26 | 0 | 24 | 344 | 43 | 105 |
| Binary | 10010100 | 10011111 | 11001011 | 11011 | 10110 | 0 | 10100 | 11100100 | 100011 | 1000101 |
Color Harmonies of #949FCB
Complementary color
Monochromatic Colors of #949FCB
Black with #949FCB
Text Example
Text Example
White with #949FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FCB; }
p { color: rgb(148,159,203); }
H1.HeaderClassName
{
color: #949FCB;
}
.AnyTagClassName
{
color: #949FCB;
}
</style>
background-color css
<style>
a { background-color: #949FCB; }
a { background-color: rgb(148,159,203); }
div.DivClassName
{
background-color: #949FCB;
}
.BgClassName
{
background-color: #949FCB;
}
</style>
border-color css
<style>
span { border-color: #949FCB; }
span { border-color: rgb(148,159,203); }
td.TdClassName
{
border-color: #949FCB;
}
.TagClassName
{
border-color: #949FCB;
}
</style>