Html Css Color HEX #778DDB Portage

📋 copy color: '#778DDB'

red 119 ◦ green 141 ◦ blue 219

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

Shades of Portage #778DDB

Tints of Portage #778DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

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

R = 24.84%
G = 29.44%
B = 45.72%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#778DDB (or 0x778DDB) is known color: Portage. HEX triplet: 77, 8D and DB. RGB value is (119,141,219). Sum of RGB (Red+Green+Blue) = 119+141+219=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #778DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DDB is #887224. Grayscale: #8E8E8E. Windows color (decimal): -8942117 or 14388599. OLE color: 14388599.

HSL color Cylindrical-coordinate representation of color #778DDB: hue angle of 226.8º 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 #778DDB is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 141 219 -
CMYK 0.46 0.36 0 0.14
HSL 226.8º 0.58% 0.66% -
HSV(B) 226.8º 0.46% 0.86% -
XYZ 29.92 28.09 70.86 -
YUV 143.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 119 141 219 0.46 0.36 0 0.14 226.8 0.58 0.66
Hex 77 8D DB 2E 24 0 E E3 3A 42
Octal 167 215 333 56 44 0 16 343 72 102
Binary 1110111 10001101 11011011 101110 100100 0 1110 11100011 111010 1000010

Color Harmonies of #778DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DDB

Black with #778DDB

Text Example


Text Example

White with #778DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778DDB; }

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

 H1.HeaderClassName
 {
   color: #778DDB;
 }
 .AnyTagClassName
 {
   color: #778DDB;
 }
</style>

background-color css

<style>
 a { background-color: #778DDB; }

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

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

border-color css

<style>
 span { border-color: #778DDB; }

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

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