Shades of Portage #949ADC
Tints of Portage #949ADC
RGB
CMYK
RGB Variations
Color information
#949ADC (or 0x949ADC) is known color: Portage. HEX triplet: 94, 9A and DC. RGB value is (148,154,220). Sum of RGB (Red+Green+Blue) = 148+154+220=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #949ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ADC is #6B6523. Grayscale: #9F9F9F. Windows color (decimal): -7038244 or 14457492. OLE color: 14457492.
HSL color Cylindrical-coordinate representation of color #949ADC: hue angle of 235º 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 #949ADC is Cyan = 0.33, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 154 | 220 | - |
| CMYK | 0.33 | 0.3 | 0 | 0.14 |
| HSL | 235º | 0.51% | 0.72% | - |
| HSV(B) | 235º | 0.33% | 0.86% | - |
| XYZ | 36.69 | 34.57 | 72.45 | - |
| YUV | 159.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 220 | 0.33 | 0.3 | 0 | 0.14 | 235 | 0.51 | 0.72 |
| Hex | 94 | 9A | DC | 21 | 1E | 0 | E | EB | 33 | 48 |
| Octal | 224 | 232 | 334 | 41 | 36 | 0 | 16 | 353 | 63 | 110 |
| Binary | 10010100 | 10011010 | 11011100 | 100001 | 11110 | 0 | 1110 | 11101011 | 110011 | 1001000 |
Color Harmonies of #949ADC
Complementary color
Monochromatic Colors of #949ADC
Black with #949ADC
Text Example
Text Example
White with #949ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ADC; }
p { color: rgb(148,154,220); }
H1.HeaderClassName
{
color: #949ADC;
}
.AnyTagClassName
{
color: #949ADC;
}
</style>
background-color css
<style>
a { background-color: #949ADC; }
a { background-color: rgb(148,154,220); }
div.DivClassName
{
background-color: #949ADC;
}
.BgClassName
{
background-color: #949ADC;
}
</style>
border-color css
<style>
span { border-color: #949ADC; }
span { border-color: rgb(148,154,220); }
td.TdClassName
{
border-color: #949ADC;
}
.TagClassName
{
border-color: #949ADC;
}
</style>