#778EC1

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

Shades of Wild Blue Yonder #778EC1

Tints of Wild Blue Yonder #778EC1

Color information

#778EC1 (or 0x778EC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8E and C1. RGB value is (119,142,193). Sum of RGB (Red+Green+Blue) = 119+142+193=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #778EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EC1 is #88713E. Grayscale: #8C8C8C. Windows color (decimal): -8941887 or 12684919. OLE color: 12684919.

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

Color convert

RGB119142193-
CMYK0.380.2600.24
HSL221.35º37.37%61.18%-
HSV(B)221.35º38.34%75.69%-
XYZ26.9127.1254.27-
YUV140.94157.38112.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=26.21%
G=31.28%
B=42.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191421930.380.2600.24221.3537.3761.18
Hex778EC1261A018dd253d
Octal16721630146320303354575
Binary111011110001110110000011001101101001100011011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,193); }

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

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

 a { background-color: rgb(119,142,193); }

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

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

 span { border-color: rgb(119,142,193); }

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