#777FBE

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

Shades of Wild Blue Yonder #777FBE

Tints of Wild Blue Yonder #777FBE

Color information

#777FBE (or 0x777FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7F and BE. RGB value is (119,127,190). Sum of RGB (Red+Green+Blue) = 119+127+190=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #777FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FBE is #888041. Grayscale: #838383. Windows color (decimal): -8945730 or 12484471. OLE color: 12484471.

HSL color Cylindrical-coordinate representation of color #777FBE: hue angle of 233.24º 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 #777FBE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119127190-
CMYK0.370.3300.25
HSL233.24º35.32%60.59%-
HSV(B)233.24º37.37%74.51%-
XYZ24.4922.8251.83-
YUV131.79160.85118.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=27.29%
G=29.13%
B=43.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191271900.370.3300.25233.2435.3260.59
Hex777FBE2521019e9233d
Octal16717727645410313514375
Binary111011111111111011111010010110000101100111101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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