#7783DA

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

Shades of Portage #7783DA

Tints of Portage #7783DA

Color information

#7783DA (or 0x7783DA) is unknown color: approx Portage. HEX triplet: 77, 83 and DA. RGB value is (119,131,218). Sum of RGB (Red+Green+Blue) = 119+131+218=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #7783DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7783DA is #887C25. Grayscale: #888888. Windows color (decimal): -8944678 or 14320503. OLE color: 14320503.

HSL color Cylindrical-coordinate representation of color #7783DA: hue angle of 232.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7783DA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119131218-
CMYK0.450.4000.15
HSL232.73º57.23%66.08%-
HSV(B)232.73º45.41%85.49%-
XYZ28.3825.2269.7-
YUV137.33173.52114.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 218 (85.55% from 255) = 46.58%
R=25.43%
G=27.99%
B=46.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191312180.450.4000.15232.7357.2366.08
Hex7783DA2D280Fe93942
Octal167203332555001735171102
Binary1110111100000111101101010110110100001111111010011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7783DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7783DA; }

 p { color: rgb(119,131,218); }

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

<style>
 a { background-color: #7783DA; }

 a { background-color: rgb(119,131,218); }

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

<style>
 span { border-color: #7783DA; }

 span { border-color: rgb(119,131,218); }

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