#777FBC

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

Shades of Wild Blue Yonder #777FBC

Tints of Wild Blue Yonder #777FBC

Color information

#777FBC (or 0x777FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7F and BC. RGB value is (119,127,188). Sum of RGB (Red+Green+Blue) = 119+127+188=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #777FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FBC is #888043. Grayscale: #838383. Windows color (decimal): -8945732 or 12353399. OLE color: 12353399.

HSL color Cylindrical-coordinate representation of color #777FBC: hue angle of 233.04º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #777FBC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119127188-
CMYK0.370.3200.26
HSL233.04º33.99%60.2%-
HSV(B)233.04º36.7%73.73%-
XYZ24.2722.7350.69-
YUV131.56159.85119.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=27.42%
G=29.26%
B=43.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191271880.370.3200.26233.0433.9960.2
Hex777FBC252001Ae9223c
Octal16717727445400323514274
Binary111011111111111011110010010110000001101011101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777FBC; }

 p { color: rgb(119,127,188); }

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

<style>
 a { background-color: #777FBC; }

 a { background-color: rgb(119,127,188); }

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

<style>
 span { border-color: #777FBC; }

 span { border-color: rgb(119,127,188); }

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