#777EBF

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

Shades of Wild Blue Yonder #777EBF

Tints of Wild Blue Yonder #777EBF

Color information

#777EBF (or 0x777EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7E and BF. RGB value is (119,126,191). Sum of RGB (Red+Green+Blue) = 119+126+191=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #777EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EBF is #888140. Grayscale: #838383. Windows color (decimal): -8945985 or 12549751. OLE color: 12549751.

HSL color Cylindrical-coordinate representation of color #777EBF: hue angle of 234.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777EBF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119126191-
CMYK0.380.3400.25
HSL234.17º36%60.78%-
HSV(B)234.17º37.7%74.9%-
XYZ24.4722.6152.36-
YUV131.32161.68119.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 191 (75% from 255) = 43.81%
R=27.29%
G=28.90%
B=43.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191261910.380.3400.25234.173660.78
Hex777EBF2622019ea243d
Octal16717627746420313524475
Binary111011111111101011111110011010001001100111101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,126,191); }

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

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

 a { background-color: rgb(119,126,191); }

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

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

 span { border-color: rgb(119,126,191); }

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