#778ABA

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

Shades of Wild Blue Yonder #778ABA

Tints of Wild Blue Yonder #778ABA

Color information

#778ABA (or 0x778ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8A and BA. RGB value is (119,138,186). Sum of RGB (Red+Green+Blue) = 119+138+186=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #778ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ABA is #887545. Grayscale: #898989. Windows color (decimal): -8942918 or 12225143. OLE color: 12225143.

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

Color convert

RGB119138186-
CMYK0.360.2600.27
HSL222.99º32.68%59.8%-
HSV(B)222.99º36.02%72.94%-
XYZ25.5625.6450.06-
YUV137.79155.21114.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=26.86%
G=31.15%
B=41.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191381860.360.2600.27222.9932.6859.8
Hex778ABA241A01Bdf213c
Octal16721227244320333374174
Binary111011110001010101110101001001101001101111011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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