#778ECF

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

Shades of Wild Blue Yonder #778ECF

Tints of Wild Blue Yonder #778ECF

Color information

#778ECF (or 0x778ECF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8E and CF. RGB value is (119,142,207). Sum of RGB (Red+Green+Blue) = 119+142+207=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #778ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ECF is #887130. Grayscale: #8E8E8E. Windows color (decimal): -8941873 or 13602423. OLE color: 13602423.

HSL color Cylindrical-coordinate representation of color #778ECF: hue angle of 224.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778ECF is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119142207-
CMYK0.430.3100.19
HSL224.32º47.83%63.92%-
HSV(B)224.32º42.51%81.18%-
XYZ28.5427.7762.89-
YUV142.53164.38111.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=25.43%
G=30.34%
B=44.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191422070.430.3100.19224.3247.8363.92
Hex778ECF2B1F013e03040
Octal167216317533702334060100
Binary1110111100011101100111110101111111010011111000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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