Shades of Portage #7B94CE
Tints of Portage #7B94CE
RGB
CMYK
RGB Variations
Color information
#7B94CE (or 0x7B94CE) is known color: Portage. HEX triplet: 7B, 94 and CE. RGB value is (123,148,206). Sum of RGB (Red+Green+Blue) = 123+148+206=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B94CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B94CE is #846B31. Grayscale: #929292. Windows color (decimal): -8678194 or 13538427. OLE color: 13538427.
HSL color Cylindrical-coordinate representation of color #7B94CE: hue angle of 221.93º 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 #7B94CE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 148 | 206 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.19 |
| HSL | 221.93º | 0.46% | 0.65% | - |
| HSV(B) | 221.93º | 0.4% | 0.81% | - |
| XYZ | 29.9 | 29.85 | 62.58 | - |
| YUV | 147.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 206 | 0.40 | 0.28 | 0 | 0.19 | 221.93 | 0.46 | 0.65 |
| Hex | 7B | 94 | CE | 28 | 1C | 0 | 13 | DE | 2E | 41 |
| Octal | 173 | 224 | 316 | 50 | 34 | 0 | 23 | 336 | 56 | 101 |
| Binary | 1111011 | 10010100 | 11001110 | 101000 | 11100 | 0 | 10011 | 11011110 | 101110 | 1000001 |
Color Harmonies of #7B94CE
Complementary color
Monochromatic Colors of #7B94CE
Black with #7B94CE
Text Example
Text Example
White with #7B94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B94CE; }
p { color: rgb(123,148,206); }
H1.HeaderClassName
{
color: #7B94CE;
}
.AnyTagClassName
{
color: #7B94CE;
}
</style>
background-color css
<style>
a { background-color: #7B94CE; }
a { background-color: rgb(123,148,206); }
div.DivClassName
{
background-color: #7B94CE;
}
.BgClassName
{
background-color: #7B94CE;
}
</style>
border-color css
<style>
span { border-color: #7B94CE; }
span { border-color: rgb(123,148,206); }
td.TdClassName
{
border-color: #7B94CE;
}
.TagClassName
{
border-color: #7B94CE;
}
</style>