#778ECB

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

Shades of Wild Blue Yonder #778ECB

Tints of Wild Blue Yonder #778ECB

Color information

#778ECB (or 0x778ECB) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8E and CB. RGB value is (119,142,203). Sum of RGB (Red+Green+Blue) = 119+142+203=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #778ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ECB is #887134. Grayscale: #8D8D8D. Windows color (decimal): -8941877 or 13340279. OLE color: 13340279.

HSL color Cylindrical-coordinate representation of color #778ECB: hue angle of 223.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778ECB is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119142203-
CMYK0.410.3000.20
HSL223.57º44.68%63.14%-
HSV(B)223.57º41.38%79.61%-
XYZ28.0627.5860.34-
YUV142.08162.38111.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=25.65%
G=30.60%
B=43.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191422030.410.3000.20223.5744.6863.14
Hex778ECB291E014e02d3f
Octal16721631351360243405577
Binary111011110001110110010111010011111001010011100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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