Html Css Color HEX #778EBC Wild Blue Yonder

📋 copy color: '#778EBC'

red 119 ◦ green 142 ◦ blue 188

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

Shades of Wild Blue Yonder #778EBC

Tints of Wild Blue Yonder #778EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 26.5%
G = 31.63%
B = 41.87%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#778EBC (or 0x778EBC) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and BC. RGB value is (119,142,188). Sum of RGB (Red+Green+Blue) = 119+142+188=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #778EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EBC is #887143. Grayscale: #8C8C8C. Windows color (decimal): -8941892 or 12357239. OLE color: 12357239.

HSL color Cylindrical-coordinate representation of color #778EBC: hue angle of 220º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778EBC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 142 188 -
CMYK 0.37 0.24 0 0.26
HSL 220º 0.34% 0.6% -
HSV(B) 220º 0.37% 0.74% -
XYZ 26.36 26.9 51.38 -
YUV 140.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 119 142 188 0.37 0.24 0 0.26 220 0.34 0.6
Hex 77 8E BC 25 18 0 1A DC 22 3C
Octal 167 216 274 45 30 0 32 334 42 74
Binary 1110111 10001110 10111100 100101 11000 0 11010 11011100 100010 111100

Color Harmonies of #778EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EBC

Black with #778EBC

Text Example


Text Example

White with #778EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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