Html Css Color HEX #778CDC Portage

📋 copy color: '#778CDC'

red 119 ◦ green 140 ◦ blue 220

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

Shades of Portage #778CDC

Tints of Portage #778CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

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

R = 24.84%
G = 29.23%
B = 45.93%

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

#778CDC (or 0x778CDC) is known color: Portage. HEX triplet: 77, 8C and DC. RGB value is (119,140,220). Sum of RGB (Red+Green+Blue) = 119+140+220=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #778CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CDC is #887323. Grayscale: #8E8E8E. Windows color (decimal): -8942372 or 14453879. OLE color: 14453879.

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

Color convert

RGB 119 140 220 -
CMYK 0.46 0.36 0 0.14
HSL 227.52º 0.59% 0.66% -
HSV(B) 227.52º 0.46% 0.86% -
XYZ 29.9 27.85 71.51 -
YUV 142.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 119 140 220 0.46 0.36 0 0.14 227.52 0.59 0.66
Hex 77 8C DC 2E 24 0 E E4 3B 42
Octal 167 214 334 56 44 0 16 344 73 102
Binary 1110111 10001100 11011100 101110 100100 0 1110 11100100 111011 1000010

Color Harmonies of #778CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CDC

Black with #778CDC

Text Example


Text Example

White with #778CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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