Shades of Portage #7695CF
Tints of Portage #7695CF
RGB
CMYK
RGB Variations
Color information
#7695CF (or 0x7695CF) is known color: Portage. HEX triplet: 76, 95 and CF. RGB value is (118,149,207). Sum of RGB (Red+Green+Blue) = 118+149+207=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7695CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695CF is #896A30. Grayscale: #929292. Windows color (decimal): -9005617 or 13604214. OLE color: 13604214.
HSL color Cylindrical-coordinate representation of color #7695CF: hue angle of 219.1º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7695CF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 149 | 207 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.19 |
| HSL | 219.1º | 0.48% | 0.64% | - |
| HSV(B) | 219.1º | 0.43% | 0.81% | - |
| XYZ | 29.48 | 29.85 | 63.24 | - |
| YUV | 146.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 207 | 0.43 | 0.28 | 0 | 0.19 | 219.1 | 0.48 | 0.64 |
| Hex | 76 | 95 | CF | 2B | 1C | 0 | 13 | DB | 30 | 40 |
| Octal | 166 | 225 | 317 | 53 | 34 | 0 | 23 | 333 | 60 | 100 |
| Binary | 1110110 | 10010101 | 11001111 | 101011 | 11100 | 0 | 10011 | 11011011 | 110000 | 1000000 |
Color Harmonies of #7695CF
Complementary color
Monochromatic Colors of #7695CF
Black with #7695CF
Text Example
Text Example
White with #7695CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7695CF; }
p { color: rgb(118,149,207); }
H1.HeaderClassName
{
color: #7695CF;
}
.AnyTagClassName
{
color: #7695CF;
}
</style>
background-color css
<style>
a { background-color: #7695CF; }
a { background-color: rgb(118,149,207); }
div.DivClassName
{
background-color: #7695CF;
}
.BgClassName
{
background-color: #7695CF;
}
</style>
border-color css
<style>
span { border-color: #7695CF; }
span { border-color: rgb(118,149,207); }
td.TdClassName
{
border-color: #7695CF;
}
.TagClassName
{
border-color: #7695CF;
}
</style>