Shades of Portage #949BDC
Tints of Portage #949BDC
RGB
CMYK
RGB Variations
Color information
#949BDC (or 0x949BDC) is known color: Portage. HEX triplet: 94, 9B and DC. RGB value is (148,155,220). Sum of RGB (Red+Green+Blue) = 148+155+220=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #949BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BDC is #6B6423. Grayscale: #A0A0A0. Windows color (decimal): -7037988 or 14457748. OLE color: 14457748.
HSL color Cylindrical-coordinate representation of color #949BDC: hue angle of 234.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949BDC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 155 | 220 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.14 |
| HSL | 234.17º | 0.51% | 0.72% | - |
| HSV(B) | 234.17º | 0.33% | 0.86% | - |
| XYZ | 36.85 | 34.91 | 72.51 | - |
| YUV | 160.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 220 | 0.33 | 0.30 | 0 | 0.14 | 234.17 | 0.51 | 0.72 |
| Hex | 94 | 9B | DC | 21 | 1E | 0 | E | EA | 33 | 48 |
| Octal | 224 | 233 | 334 | 41 | 36 | 0 | 16 | 352 | 63 | 110 |
| Binary | 10010100 | 10011011 | 11011100 | 100001 | 11110 | 0 | 1110 | 11101010 | 110011 | 1001000 |
Color Harmonies of #949BDC
Complementary color
Monochromatic Colors of #949BDC
Black with #949BDC
Text Example
Text Example
White with #949BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BDC; }
p { color: rgb(148,155,220); }
H1.HeaderClassName
{
color: #949BDC;
}
.AnyTagClassName
{
color: #949BDC;
}
</style>
background-color css
<style>
a { background-color: #949BDC; }
a { background-color: rgb(148,155,220); }
div.DivClassName
{
background-color: #949BDC;
}
.BgClassName
{
background-color: #949BDC;
}
</style>
border-color css
<style>
span { border-color: #949BDC; }
span { border-color: rgb(148,155,220); }
td.TdClassName
{
border-color: #949BDC;
}
.TagClassName
{
border-color: #949BDC;
}
</style>