Shades of Portage #7B96CE
Tints of Portage #7B96CE
RGB
CMYK
RGB Variations
Color information
#7B96CE (or 0x7B96CE) is known color: Portage. HEX triplet: 7B, 96 and CE. RGB value is (123,150,206). Sum of RGB (Red+Green+Blue) = 123+150+206=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96CE is #846931. Grayscale: #949494. Windows color (decimal): -8677682 or 13538939. OLE color: 13538939.
HSL color Cylindrical-coordinate representation of color #7B96CE: hue angle of 220.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B96CE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 150 | 206 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.19 |
| HSL | 220.48º | 0.46% | 0.65% | - |
| HSV(B) | 220.48º | 0.4% | 0.81% | - |
| XYZ | 30.22 | 30.48 | 62.68 | - |
| YUV | 148.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 206 | 0.40 | 0.27 | 0 | 0.19 | 220.48 | 0.46 | 0.65 |
| Hex | 7B | 96 | CE | 28 | 1B | 0 | 13 | DC | 2E | 41 |
| Octal | 173 | 226 | 316 | 50 | 33 | 0 | 23 | 334 | 56 | 101 |
| Binary | 1111011 | 10010110 | 11001110 | 101000 | 11011 | 0 | 10011 | 11011100 | 101110 | 1000001 |
Color Harmonies of #7B96CE
Complementary color
Monochromatic Colors of #7B96CE
Black with #7B96CE
Text Example
Text Example
White with #7B96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96CE; }
p { color: rgb(123,150,206); }
H1.HeaderClassName
{
color: #7B96CE;
}
.AnyTagClassName
{
color: #7B96CE;
}
</style>
background-color css
<style>
a { background-color: #7B96CE; }
a { background-color: rgb(123,150,206); }
div.DivClassName
{
background-color: #7B96CE;
}
.BgClassName
{
background-color: #7B96CE;
}
</style>
border-color css
<style>
span { border-color: #7B96CE; }
span { border-color: rgb(123,150,206); }
td.TdClassName
{
border-color: #7B96CE;
}
.TagClassName
{
border-color: #7B96CE;
}
</style>