#778AB4

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

Shades of Wild Blue Yonder #778AB4

Tints of Wild Blue Yonder #778AB4

Color information

#778AB4 (or 0x778AB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8A and B4. RGB value is (119,138,180). Sum of RGB (Red+Green+Blue) = 119+138+180=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #778AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AB4 is #88754B. Grayscale: #888888. Windows color (decimal): -8942924 or 11831927. OLE color: 11831927.

HSL color Cylindrical-coordinate representation of color #778AB4: hue angle of 221.31º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778AB4 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119138180-
CMYK0.340.2300.29
HSL221.31º28.91%58.63%-
HSV(B)221.31º33.89%70.59%-
XYZ24.9325.3946.77-
YUV137.11152.21115.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=27.23%
G=31.58%
B=41.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191381800.340.2300.29221.3128.9158.63
Hex778AB4221701Ddd1d3b
Octal16721226442270353353573
Binary11101111000101010110100100010101110111011101110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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