Html Css Color HEX #7782DB Portage

📋 copy color: '#7782DB'

red 119 ◦ green 130 ◦ blue 219

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

Shades of Portage #7782DB

Tints of Portage #7782DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 25.43%
G = 27.78%
B = 46.79%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7782DB (or 0x7782DB) is known color: Portage. HEX triplet: 77, 82 and DB. RGB value is (119,130,219). Sum of RGB (Red+Green+Blue) = 119+130+219=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7782DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782DB is #887D24. Grayscale: #888888. Windows color (decimal): -8944933 or 14385783. OLE color: 14385783.

HSL color Cylindrical-coordinate representation of color #7782DB: hue angle of 233.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7782DB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 130 219 -
CMYK 0.46 0.41 0 0.14
HSL 233.4º 0.58% 0.66% -
HSV(B) 233.4º 0.46% 0.86% -
XYZ 28.38 25 70.35 -
YUV 136.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 119 130 219 0.46 0.41 0 0.14 233.4 0.58 0.66
Hex 77 82 DB 2E 29 0 E E9 3A 42
Octal 167 202 333 56 51 0 16 351 72 102
Binary 1110111 10000010 11011011 101110 101001 0 1110 11101001 111010 1000010

Color Harmonies of #7782DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7782DB

Black with #7782DB

Text Example


Text Example

White with #7782DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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