Shades of Portage #7787DF
Tints of Portage #7787DF
RGB
CMYK
RGB Variations
Color information
#7787DF (or 0x7787DF) is known color: Portage. HEX triplet: 77, 87 and DF. RGB value is (119,135,223). Sum of RGB (Red+Green+Blue) = 119+135+223=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #7787DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7787DF is #887820. Grayscale: #8B8B8B. Windows color (decimal): -8943649 or 14649207. OLE color: 14649207.
HSL color Cylindrical-coordinate representation of color #7787DF: hue angle of 230.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7787DF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 135 | 223 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.13 |
| HSL | 230.77º | 0.62% | 0.67% | - |
| HSV(B) | 230.77º | 0.47% | 0.87% | - |
| XYZ | 29.59 | 26.58 | 73.38 | - |
| YUV | 140.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 223 | 0.47 | 0.39 | 0 | 0.13 | 230.77 | 0.62 | 0.67 |
| Hex | 77 | 87 | DF | 2F | 27 | 0 | D | E7 | 3E | 43 |
| Octal | 167 | 207 | 337 | 57 | 47 | 0 | 15 | 347 | 76 | 103 |
| Binary | 1110111 | 10000111 | 11011111 | 101111 | 100111 | 0 | 1101 | 11100111 | 111110 | 1000011 |
Color Harmonies of #7787DF
Complementary color
Monochromatic Colors of #7787DF
Black with #7787DF
Text Example
Text Example
White with #7787DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7787DF; }
p { color: rgb(119,135,223); }
H1.HeaderClassName
{
color: #7787DF;
}
.AnyTagClassName
{
color: #7787DF;
}
</style>
background-color css
<style>
a { background-color: #7787DF; }
a { background-color: rgb(119,135,223); }
div.DivClassName
{
background-color: #7787DF;
}
.BgClassName
{
background-color: #7787DF;
}
</style>
border-color css
<style>
span { border-color: #7787DF; }
span { border-color: rgb(119,135,223); }
td.TdClassName
{
border-color: #7787DF;
}
.TagClassName
{
border-color: #7787DF;
}
</style>