#778ABD

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

Shades of Wild Blue Yonder #778ABD

Tints of Wild Blue Yonder #778ABD

Color information

#778ABD (or 0x778ABD) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8A and BD. RGB value is (119,138,189). Sum of RGB (Red+Green+Blue) = 119+138+189=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #778ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ABD is #887542. Grayscale: #898989. Windows color (decimal): -8942915 or 12421751. OLE color: 12421751.

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

Color convert

RGB119138189-
CMYK0.370.2700.26
HSL223.71º34.65%60.39%-
HSV(B)223.71º37.04%74.12%-
XYZ25.8825.7751.75-
YUV138.13156.71114.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=26.68%
G=30.94%
B=42.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191381890.370.2700.26223.7134.6560.39
Hex778ABD251B01Ae0233c
Octal16721227545330323404374
Binary111011110001010101111011001011101101101011100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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