#778CBB

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

Shades of Wild Blue Yonder #778CBB

Tints of Wild Blue Yonder #778CBB

Color information

#778CBB (or 0x778CBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8C and BB. RGB value is (119,140,187). Sum of RGB (Red+Green+Blue) = 119+140+187=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #778CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CBB is #887344. Grayscale: #8A8A8A. Windows color (decimal): -8942405 or 12291191. OLE color: 12291191.

HSL color Cylindrical-coordinate representation of color #778CBB: hue angle of 221.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778CBB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119140187-
CMYK0.360.2500.27
HSL221.47º33.33%60%-
HSV(B)221.47º36.36%73.33%-
XYZ25.9626.2750.72-
YUV139.08155.04113.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=26.68%
G=31.39%
B=41.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191401870.360.2500.27221.4733.3360
Hex778CBB241901Bdd213c
Octal16721427344310333354174
Binary111011110001100101110111001001100101101111011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,140,187); }

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

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

 a { background-color: rgb(119,140,187); }

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

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

 span { border-color: rgb(119,140,187); }

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