#778DBE

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

Shades of Wild Blue Yonder #778DBE

Tints of Wild Blue Yonder #778DBE

Color information

#778DBE (or 0x778DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8D and BE. RGB value is (119,141,190). Sum of RGB (Red+Green+Blue) = 119+141+190=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #778DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DBE is #887241. Grayscale: #8B8B8B. Windows color (decimal): -8942146 or 12488055. OLE color: 12488055.

HSL color Cylindrical-coordinate representation of color #778DBE: hue angle of 221.41º 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 #778DBE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119141190-
CMYK0.370.2600.25
HSL221.41º35.32%60.59%-
HSV(B)221.41º37.37%74.51%-
XYZ26.4326.6952.47-
YUV140.01156.21113.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.44%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=26.44%
G=31.33%
B=42.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191411900.370.2600.25221.4135.3260.59
Hex778DBE251A019dd233d
Octal16721527645320313354375
Binary111011110001101101111101001011101001100111011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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