#778BBA

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

Shades of Wild Blue Yonder #778BBA

Tints of Wild Blue Yonder #778BBA

Color information

#778BBA (or 0x778BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8B and BA. RGB value is (119,139,186). Sum of RGB (Red+Green+Blue) = 119+139+186=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #778BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BBA is #887445. Grayscale: #8A8A8A. Windows color (decimal): -8942662 or 12225399. OLE color: 12225399.

HSL color Cylindrical-coordinate representation of color #778BBA: hue angle of 222.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778BBA is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119139186-
CMYK0.360.2500.27
HSL222.09º32.68%59.8%-
HSV(B)222.09º36.02%72.94%-
XYZ25.725.9350.11-
YUV138.38154.87114.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=26.80%
G=31.31%
B=41.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191391860.360.2500.27222.0932.6859.8
Hex778BBA241901Bde213c
Octal16721327244310333364174
Binary111011110001011101110101001001100101101111011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,139,186); }

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

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

 a { background-color: rgb(119,139,186); }

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

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

 span { border-color: rgb(119,139,186); }

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