Shades of Portage #7B95CE
Tints of Portage #7B95CE
RGB
CMYK
RGB Variations
Color information
#7B95CE (or 0x7B95CE) is known color: Portage. HEX triplet: 7B, 95 and CE. RGB value is (123,149,206). Sum of RGB (Red+Green+Blue) = 123+149+206=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95CE is #846A31. Grayscale: #939393. Windows color (decimal): -8677938 or 13538683. OLE color: 13538683.
HSL color Cylindrical-coordinate representation of color #7B95CE: hue angle of 221.2º 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 #7B95CE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 149 | 206 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.19 |
| HSL | 221.2º | 0.46% | 0.65% | - |
| HSV(B) | 221.2º | 0.4% | 0.81% | - |
| XYZ | 30.06 | 30.16 | 62.63 | - |
| YUV | 147.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 206 | 0.40 | 0.28 | 0 | 0.19 | 221.2 | 0.46 | 0.65 |
| Hex | 7B | 95 | CE | 28 | 1C | 0 | 13 | DD | 2E | 41 |
| Octal | 173 | 225 | 316 | 50 | 34 | 0 | 23 | 335 | 56 | 101 |
| Binary | 1111011 | 10010101 | 11001110 | 101000 | 11100 | 0 | 10011 | 11011101 | 101110 | 1000001 |
Color Harmonies of #7B95CE
Complementary color
Monochromatic Colors of #7B95CE
Black with #7B95CE
Text Example
Text Example
White with #7B95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B95CE; }
p { color: rgb(123,149,206); }
H1.HeaderClassName
{
color: #7B95CE;
}
.AnyTagClassName
{
color: #7B95CE;
}
</style>
background-color css
<style>
a { background-color: #7B95CE; }
a { background-color: rgb(123,149,206); }
div.DivClassName
{
background-color: #7B95CE;
}
.BgClassName
{
background-color: #7B95CE;
}
</style>
border-color css
<style>
span { border-color: #7B95CE; }
span { border-color: rgb(123,149,206); }
td.TdClassName
{
border-color: #7B95CE;
}
.TagClassName
{
border-color: #7B95CE;
}
</style>