Html Css Color HEX #778EDC Portage

📋 copy color: '#778EDC'

red 119 ◦ green 142 ◦ blue 220

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

Shades of Portage #778EDC

Tints of Portage #778EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 24.74%
G = 29.52%
B = 45.74%

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

#778EDC (or 0x778EDC) is known color: Portage. HEX triplet: 77, 8E and DC. RGB value is (119,142,220). Sum of RGB (Red+Green+Blue) = 119+142+220=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #778EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EDC is #887123. Grayscale: #8F8F8F. Windows color (decimal): -8941860 or 14454391. OLE color: 14454391.

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

Color convert

RGB 119 142 220 -
CMYK 0.46 0.35 0 0.14
HSL 226.34º 0.59% 0.66% -
HSV(B) 226.34º 0.46% 0.86% -
XYZ 30.2 28.44 71.61 -
YUV 144.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 119 142 220 0.46 0.35 0 0.14 226.34 0.59 0.66
Hex 77 8E DC 2E 23 0 E E2 3B 42
Octal 167 216 334 56 43 0 16 342 73 102
Binary 1110111 10001110 11011100 101110 100011 0 1110 11100010 111011 1000010

Color Harmonies of #778EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EDC

Black with #778EDC

Text Example


Text Example

White with #778EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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