#778CBE

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

Shades of Wild Blue Yonder #778CBE

Tints of Wild Blue Yonder #778CBE

Color information

#778CBE (or 0x778CBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8C and BE. RGB value is (119,140,190). Sum of RGB (Red+Green+Blue) = 119+140+190=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #778CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CBE is #887341. Grayscale: #8B8B8B. Windows color (decimal): -8942402 or 12487799. OLE color: 12487799.

HSL color Cylindrical-coordinate representation of color #778CBE: hue angle of 222.25º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778CBE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119140190-
CMYK0.370.2600.25
HSL222.25º35.32%60.59%-
HSV(B)222.25º37.37%74.51%-
XYZ26.2826.452.42-
YUV139.42156.54113.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=26.50%
G=31.18%
B=42.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191401900.370.2600.25222.2535.3260.59
Hex778CBE251A019de233d
Octal16721427645320313364375
Binary111011110001100101111101001011101001100111011110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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