#778AD0

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

Shades of Wild Blue Yonder #778AD0

Tints of Wild Blue Yonder #778AD0

Color information

#778AD0 (or 0x778AD0) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8A and D0. RGB value is (119,138,208). Sum of RGB (Red+Green+Blue) = 119+138+208=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #778AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AD0 is #88752F. Grayscale: #8C8C8C. Windows color (decimal): -8942896 or 13666935. OLE color: 13666935.

HSL color Cylindrical-coordinate representation of color #778AD0: hue angle of 227.19º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778AD0 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119138208-
CMYK0.430.3400.18
HSL227.19º48.63%64.12%-
HSV(B)227.19º42.79%81.57%-
XYZ28.0826.6563.34-
YUV140.3166.21112.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 208 (81.64% from 255) = 44.73%
R=25.59%
G=29.68%
B=44.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191382080.430.3400.18227.1948.6364.12
Hex778AD02B22012e33140
Octal167212320534202234361100
Binary11101111000101011010000101011100010010010111000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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