Shades of Portage #7C9ADC
Tints of Portage #7C9ADC
RGB
CMYK
RGB Variations
Color information
#7C9ADC (or 0x7C9ADC) is known color: Portage. HEX triplet: 7C, 9A and DC. RGB value is (124,154,220). Sum of RGB (Red+Green+Blue) = 124+154+220=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9ADC is #836523. Grayscale: #989898. Windows color (decimal): -8611108 or 14457468. OLE color: 14457468.
HSL color Cylindrical-coordinate representation of color #7C9ADC: hue angle of 221.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C9ADC is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 154 | 220 | - |
| CMYK | 0.44 | 0.3 | 0 | 0.14 |
| HSL | 221.25º | 0.58% | 0.67% | - |
| HSV(B) | 221.25º | 0.44% | 0.86% | - |
| XYZ | 32.79 | 32.56 | 72.27 | - |
| YUV | 152.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 154 | 220 | 0.44 | 0.3 | 0 | 0.14 | 221.25 | 0.58 | 0.67 |
| Hex | 7C | 9A | DC | 2C | 1E | 0 | E | DD | 3A | 43 |
| Octal | 174 | 232 | 334 | 54 | 36 | 0 | 16 | 335 | 72 | 103 |
| Binary | 1111100 | 10011010 | 11011100 | 101100 | 11110 | 0 | 1110 | 11011101 | 111010 | 1000011 |
Color Harmonies of #7C9ADC
Complementary color
Monochromatic Colors of #7C9ADC
Black with #7C9ADC
Text Example
Text Example
White with #7C9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9ADC; }
p { color: rgb(124,154,220); }
H1.HeaderClassName
{
color: #7C9ADC;
}
.AnyTagClassName
{
color: #7C9ADC;
}
</style>
background-color css
<style>
a { background-color: #7C9ADC; }
a { background-color: rgb(124,154,220); }
div.DivClassName
{
background-color: #7C9ADC;
}
.BgClassName
{
background-color: #7C9ADC;
}
</style>
border-color css
<style>
span { border-color: #7C9ADC; }
span { border-color: rgb(124,154,220); }
td.TdClassName
{
border-color: #7C9ADC;
}
.TagClassName
{
border-color: #7C9ADC;
}
</style>