#778AB9

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

Shades of Wild Blue Yonder #778AB9

Tints of Wild Blue Yonder #778AB9

Color information

#778AB9 (or 0x778AB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8A and B9. RGB value is (119,138,185). Sum of RGB (Red+Green+Blue) = 119+138+185=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #778AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AB9 is #887546. Grayscale: #898989. Windows color (decimal): -8942919 or 12159607. OLE color: 12159607.

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

Color convert

RGB119138185-
CMYK0.360.2500.27
HSL222.73º32.04%59.61%-
HSV(B)222.73º35.68%72.55%-
XYZ25.4525.649.5-
YUV137.68154.71114.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=26.92%
G=31.22%
B=41.86%

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
Decimal1191381850.360.2500.27222.7332.0459.61
Hex778AB9241901Bdf203c
Octal16721227144310333374074
Binary111011110001010101110011001001100101101111011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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