#778AC0

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

Shades of Wild Blue Yonder #778AC0

Tints of Wild Blue Yonder #778AC0

Color information

#778AC0 (or 0x778AC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8A and C0. RGB value is (119,138,192). Sum of RGB (Red+Green+Blue) = 119+138+192=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #778AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AC0 is #88753F. Grayscale: #8A8A8A. Windows color (decimal): -8942912 or 12618359. OLE color: 12618359.

HSL color Cylindrical-coordinate representation of color #778AC0: hue angle of 224.38º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778AC0 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119138192-
CMYK0.380.2800.25
HSL224.38º36.68%60.98%-
HSV(B)224.38º38.02%75.29%-
XYZ26.2125.953.49-
YUV138.48158.21114.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=26.50%
G=30.73%
B=42.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191381920.380.2800.25224.3836.6860.98
Hex778AC0261C019e0253d
Octal16721230046340313404575
Binary111011110001010110000001001101110001100111100000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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