Html Css Color HEX #778ECC Wild Blue Yonder

📋 copy color: '#778ECC'

red 119 ◦ green 142 ◦ blue 204

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

Shades of Wild Blue Yonder #778ECC

Tints of Wild Blue Yonder #778ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 25.59%
G = 30.54%
B = 43.87%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#778ECC (or 0x778ECC) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and CC. RGB value is (119,142,204). Sum of RGB (Red+Green+Blue) = 119+142+204=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #778ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ECC is #887133. Grayscale: #8D8D8D. Windows color (decimal): -8941876 or 13405815. OLE color: 13405815.

HSL color Cylindrical-coordinate representation of color #778ECC: hue angle of 223.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778ECC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 142 204 -
CMYK 0.42 0.30 0 0.2
HSL 223.76º 0.45% 0.63% -
HSV(B) 223.76º 0.42% 0.8% -
XYZ 28.18 27.63 60.97 -
YUV 142.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 119 142 204 0.42 0.30 0 0.2 223.76 0.45 0.63
Hex 77 8E CC 2A 1E 0 14 E0 2D 3F
Octal 167 216 314 52 36 0 24 340 55 77
Binary 1110111 10001110 11001100 101010 11110 0 10100 11100000 101101 111111

Color Harmonies of #778ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ECC

Black with #778ECC

Text Example


Text Example

White with #778ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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