Html Css Color HEX #778EDA Portage

📋 copy color: '#778EDA'

red 119 ◦ green 142 ◦ blue 218

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

Shades of Portage #778EDA

Tints of Portage #778EDA

RGB

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

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

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

R = 24.84%
G = 29.65%
B = 45.51%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#778EDA (or 0x778EDA) is known color: Portage. HEX triplet: 77, 8E and DA. RGB value is (119,142,218). Sum of RGB (Red+Green+Blue) = 119+142+218=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #778EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EDA is #887125. Grayscale: #8F8F8F. Windows color (decimal): -8941862 or 14323319. OLE color: 14323319.

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

Color convert

RGB 119 142 218 -
CMYK 0.45 0.35 0 0.15
HSL 226.06º 0.57% 0.66% -
HSV(B) 226.06º 0.45% 0.85% -
XYZ 29.94 28.33 70.22 -
YUV 143.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 119 142 218 0.45 0.35 0 0.15 226.06 0.57 0.66
Hex 77 8E DA 2D 23 0 F E2 39 42
Octal 167 216 332 55 43 0 17 342 71 102
Binary 1110111 10001110 11011010 101101 100011 0 1111 11100010 111001 1000010

Color Harmonies of #778EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EDA

Black with #778EDA

Text Example


Text Example

White with #778EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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