#778EBE

Color #778EBE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #778EBE

Tints of Wild Blue Yonder #778EBE

Color information

#778EBE (or 0x778EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8E and BE. RGB value is (119,142,190). Sum of RGB (Red+Green+Blue) = 119+142+190=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #778EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EBE is #887141. Grayscale: #8C8C8C. Windows color (decimal): -8941890 or 12488311. OLE color: 12488311.

HSL color Cylindrical-coordinate representation of color #778EBE: hue angle of 220.56º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778EBE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119142190-
CMYK0.370.2500.25
HSL220.56º35.32%60.59%-
HSV(B)220.56º37.37%74.51%-
XYZ26.5826.9952.52-
YUV140.6155.88112.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.39%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=26.39%
G=31.49%
B=42.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191421900.370.2500.25220.5635.3260.59
Hex778EBE2519019dd233d
Octal16721627645310313354375
Binary111011110001110101111101001011100101100111011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #778EBE;
 }
 .AnyTagClassName
 {
   color: #778EBE;
 }
</style>
background-color css

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

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

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

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

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

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