Shades of Portage #7695D4
Tints of Portage #7695D4
RGB
CMYK
RGB Variations
Color information
#7695D4 (or 0x7695D4) is known color: Portage. HEX triplet: 76, 95 and D4. RGB value is (118,149,212). Sum of RGB (Red+Green+Blue) = 118+149+212=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #7695D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695D4 is #896A2B. Grayscale: #929292. Windows color (decimal): -9005612 or 13931894. OLE color: 13931894.
HSL color Cylindrical-coordinate representation of color #7695D4: hue angle of 220.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7695D4 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 149 | 212 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.17 |
| HSL | 220.21º | 0.52% | 0.65% | - |
| HSV(B) | 220.21º | 0.44% | 0.83% | - |
| XYZ | 30.1 | 30.1 | 66.51 | - |
| YUV | 146.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 212 | 0.44 | 0.30 | 0 | 0.17 | 220.21 | 0.52 | 0.65 |
| Hex | 76 | 95 | D4 | 2C | 1E | 0 | 11 | DC | 34 | 41 |
| Octal | 166 | 225 | 324 | 54 | 36 | 0 | 21 | 334 | 64 | 101 |
| Binary | 1110110 | 10010101 | 11010100 | 101100 | 11110 | 0 | 10001 | 11011100 | 110100 | 1000001 |
Color Harmonies of #7695D4
Complementary color
Monochromatic Colors of #7695D4
Black with #7695D4
Text Example
Text Example
White with #7695D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7695D4; }
p { color: rgb(118,149,212); }
H1.HeaderClassName
{
color: #7695D4;
}
.AnyTagClassName
{
color: #7695D4;
}
</style>
background-color css
<style>
a { background-color: #7695D4; }
a { background-color: rgb(118,149,212); }
div.DivClassName
{
background-color: #7695D4;
}
.BgClassName
{
background-color: #7695D4;
}
</style>
border-color css
<style>
span { border-color: #7695D4; }
span { border-color: rgb(118,149,212); }
td.TdClassName
{
border-color: #7695D4;
}
.TagClassName
{
border-color: #7695D4;
}
</style>