Html Css Color HEX #778EDB Portage

📋 copy color: '#778EDB'

red 119 ◦ green 142 ◦ blue 219

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

Shades of Portage #778EDB

Tints of Portage #778EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

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

R = 24.79%
G = 29.58%
B = 45.63%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#778EDB (or 0x778EDB) is known color: Portage. HEX triplet: 77, 8E and DB. RGB value is (119,142,219). Sum of RGB (Red+Green+Blue) = 119+142+219=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #778EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EDB is #887124. Grayscale: #8F8F8F. Windows color (decimal): -8941861 or 14388855. OLE color: 14388855.

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

Color convert

RGB 119 142 219 -
CMYK 0.46 0.35 0 0.14
HSL 226.2º 0.58% 0.66% -
HSV(B) 226.2º 0.46% 0.86% -
XYZ 30.07 28.38 70.91 -
YUV 143.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 119 142 219 0.46 0.35 0 0.14 226.2 0.58 0.66
Hex 77 8E DB 2E 23 0 E E2 3A 42
Octal 167 216 333 56 43 0 16 342 72 102
Binary 1110111 10001110 11011011 101110 100011 0 1110 11100010 111010 1000010

Color Harmonies of #778EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EDB

Black with #778EDB

Text Example


Text Example

White with #778EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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