#778BBB

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

Shades of Wild Blue Yonder #778BBB

Tints of Wild Blue Yonder #778BBB

Color information

#778BBB (or 0x778BBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8B and BB. RGB value is (119,139,187). Sum of RGB (Red+Green+Blue) = 119+139+187=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #778BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BBB is #887444. Grayscale: #8A8A8A. Windows color (decimal): -8942661 or 12290935. OLE color: 12290935.

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

Color convert

RGB119139187-
CMYK0.360.2600.27
HSL222.35º33.33%60%-
HSV(B)222.35º36.36%73.33%-
XYZ25.8125.9850.67-
YUV138.49155.37114.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.74%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=26.74%
G=31.24%
B=42.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191391870.360.2600.27222.3533.3360
Hex778BBB241A01Bde213c
Octal16721327344320333364174
Binary111011110001011101110111001001101001101111011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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