#778CCE

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

Shades of Wild Blue Yonder #778CCE

Tints of Wild Blue Yonder #778CCE

Color information

#778CCE (or 0x778CCE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8C and CE. RGB value is (119,140,206). Sum of RGB (Red+Green+Blue) = 119+140+206=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #778CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CCE is #887331. Grayscale: #8C8C8C. Windows color (decimal): -8942386 or 13536375. OLE color: 13536375.

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

Color convert

RGB119140206-
CMYK0.420.3200.19
HSL225.52º47.03%63.73%-
HSV(B)225.52º42.23%80.78%-
XYZ28.1327.1362.15-
YUV141.24164.54112.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=25.59%
G=30.11%
B=44.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191402060.420.3200.19225.5247.0363.73
Hex778CCE2A20013e22f40
Octal167214316524002334257100
Binary11101111000110011001110101010100000010011111000101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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