#778EC0

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

Shades of Wild Blue Yonder #778EC0

Tints of Wild Blue Yonder #778EC0

Color information

#778EC0 (or 0x778EC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8E and C0. RGB value is (119,142,192). Sum of RGB (Red+Green+Blue) = 119+142+192=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #778EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EC0 is #88713F. Grayscale: #8C8C8C. Windows color (decimal): -8941888 or 12619383. OLE color: 12619383.

HSL color Cylindrical-coordinate representation of color #778EC0: hue angle of 221.1º 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 #778EC0 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119142192-
CMYK0.380.2600.25
HSL221.1º36.68%60.98%-
HSV(B)221.1º38.02%75.29%-
XYZ26.827.0753.68-
YUV140.82156.88112.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=26.27%
G=31.35%
B=42.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191421920.380.2600.25221.136.6860.98
Hex778EC0261A019dd253d
Octal16721630046320313354575
Binary111011110001110110000001001101101001100111011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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