#778EC4

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

Shades of Wild Blue Yonder #778EC4

Tints of Wild Blue Yonder #778EC4

Color information

#778EC4 (or 0x778EC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8E and C4. RGB value is (119,142,196). Sum of RGB (Red+Green+Blue) = 119+142+196=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #778EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EC4 is #88713B. Grayscale: #8D8D8D. Windows color (decimal): -8941884 or 12881527. OLE color: 12881527.

HSL color Cylindrical-coordinate representation of color #778EC4: hue angle of 222.08º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778EC4 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB119142196-
CMYK0.390.2800.23
HSL222.08º39.49%61.76%-
HSV(B)222.08º39.29%76.86%-
XYZ27.2427.2556.05-
YUV141.28158.88112.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 196 (76.95% from 255) = 42.89%
R=26.04%
G=31.07%
B=42.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191421960.390.2800.23222.0839.4961.76
Hex778EC4271C017de273e
Octal16721630447340273364776
Binary111011110001110110001001001111110001011111011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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