Html Css Color HEX #7782DA Portage

📋 copy color: '#7782DA'

red 119 ◦ green 130 ◦ blue 218

#7782DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #7782DA

Tints of Portage #7782DA

RGB

 RED value IS 119 (46.88% from 255) = 25.48%

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 25.48%
G = 27.84%
B = 46.68%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7782DA (or 0x7782DA) is known color: Portage. HEX triplet: 77, 82 and DA. RGB value is (119,130,218). Sum of RGB (Red+Green+Blue) = 119+130+218=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #7782DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782DA is #887D25. Grayscale: #888888. Windows color (decimal): -8944934 or 14320247. OLE color: 14320247.

HSL color Cylindrical-coordinate representation of color #7782DA: hue angle of 233.33º 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 #7782DA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 130 218 -
CMYK 0.45 0.40 0 0.15
HSL 233.33º 0.57% 0.66% -
HSV(B) 233.33º 0.45% 0.85% -
XYZ 28.25 24.95 69.66 -
YUV 136.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 119 130 218 0.45 0.40 0 0.15 233.33 0.57 0.66
Hex 77 82 DA 2D 28 0 F E9 39 42
Octal 167 202 332 55 50 0 17 351 71 102
Binary 1110111 10000010 11011010 101101 101000 0 1111 11101001 111001 1000010

Color Harmonies of #7782DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7782DA

Black with #7782DA

Text Example


Text Example

White with #7782DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7782DA;
 }
 .AnyTagClassName
 {
   color: #7782DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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