#778BC2

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

Shades of Wild Blue Yonder #778BC2

Tints of Wild Blue Yonder #778BC2

Color information

#778BC2 (or 0x778BC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8B and C2. RGB value is (119,139,194). Sum of RGB (Red+Green+Blue) = 119+139+194=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #778BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BC2 is #88743D. Grayscale: #8B8B8B. Windows color (decimal): -8942654 or 12749687. OLE color: 12749687.

HSL color Cylindrical-coordinate representation of color #778BC2: hue angle of 224º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778BC2 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119139194-
CMYK0.390.2800.24
HSL224º38.07%61.37%-
HSV(B)224º38.66%76.08%-
XYZ26.5826.2854.71-
YUV139.29158.87113.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 194 (76.17% from 255) = 42.92%
R=26.33%
G=30.75%
B=42.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191391940.390.2800.2422438.0761.37
Hex778BC2271C018e0263d
Octal16721330247340303404675
Binary111011110001011110000101001111110001100011100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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