#778FB9

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

Shades of Wild Blue Yonder #778FB9

Tints of Wild Blue Yonder #778FB9

Color information

#778FB9 (or 0x778FB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8F and B9. RGB value is (119,143,185). Sum of RGB (Red+Green+Blue) = 119+143+185=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #778FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FB9 is #887046. Grayscale: #8C8C8C. Windows color (decimal): -8941639 or 12160887. OLE color: 12160887.

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

Color convert

RGB119143185-
CMYK0.360.2300.27
HSL218.18º32.04%59.61%-
HSV(B)218.18º35.68%72.55%-
XYZ26.1927.0749.74-
YUV140.61153.05112.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 185 (72.66% from 255) = 41.39%
R=26.62%
G=31.99%
B=41.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191431850.360.2300.27218.1832.0459.61
Hex778FB9241701Bda203c
Octal16721727144270333324074
Binary111011110001111101110011001001011101101111011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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