#778EC2

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

Shades of Wild Blue Yonder #778EC2

Tints of Wild Blue Yonder #778EC2

Color information

#778EC2 (or 0x778EC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8E and C2. RGB value is (119,142,194). Sum of RGB (Red+Green+Blue) = 119+142+194=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #778EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EC2 is #88713D. Grayscale: #8C8C8C. Windows color (decimal): -8941886 or 12750455. OLE color: 12750455.

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

Color convert

RGB119142194-
CMYK0.390.2700.24
HSL221.6º38.07%61.37%-
HSV(B)221.6º38.66%76.08%-
XYZ27.0227.1654.86-
YUV141.05157.88112.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=26.15%
G=31.21%
B=42.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191421940.390.2700.24221.638.0761.37
Hex778EC2271B018de263d
Octal16721630247330303364675
Binary111011110001110110000101001111101101100011011110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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