#7785DD

Color #7785DD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7785DD

Tints of Portage #7785DD

Color information

#7785DD (or 0x7785DD) is unknown color: approx Portage. HEX triplet: 77, 85 and DD. RGB value is (119,133,221). Sum of RGB (Red+Green+Blue) = 119+133+221=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #7785DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785DD is #887A22. Grayscale: #8A8A8A. Windows color (decimal): -8944163 or 14517623. OLE color: 14517623.

HSL color Cylindrical-coordinate representation of color #7785DD: hue angle of 231.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7785DD is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119133221-
CMYK0.460.4000.13
HSL231.76º60%66.67%-
HSV(B)231.76º46.15%86.67%-
XYZ29.0525.9271.88-
YUV138.85174.36113.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=25.16%
G=28.12%
B=46.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191332210.460.4000.13231.766066.67
Hex7785DD2E280De83c43
Octal167205335565001535074103
Binary1110111100001011101110110111010100001101111010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7785DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7785DD; }

 p { color: rgb(119,133,221); }

 H1.HeaderClassName
 {
   color: #7785DD;
 }
 .AnyTagClassName
 {
   color: #7785DD;
 }
</style>
background-color css

<style>
 a { background-color: #7785DD; }

 a { background-color: rgb(119,133,221); }

 div.DivClassName
 {
   background-color: #7785DD;
 }
 .BgClassName
 {
   background-color: #7785DD;
 }
</style>
border-color css

<style>
 span { border-color: #7785DD; }

 span { border-color: rgb(119,133,221); }

 td.TdClassName
 {
   border-color: #7785DD;
 }
 .TagClassName
 {
   border-color: #7785DD;
 }
</style>