#779FBF

Color #779FBF Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #779FBF

Tints of Shakespeare #779FBF

Color information

#779FBF (or 0x779FBF) is unknown color: approx Shakespeare. HEX triplet: 77, 9F and BF. RGB value is (119,159,191). Sum of RGB (Red+Green+Blue) = 119+159+191=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #779FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FBF is #886040. Grayscale: #969696. Windows color (decimal): -8937537 or 12558199. OLE color: 12558199.

HSL color Cylindrical-coordinate representation of color #779FBF: hue angle of 206.67º 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 #779FBF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119159191-
CMYK0.380.1700.25
HSL206.67º36%60.78%-
HSV(B)206.67º37.7%74.9%-
XYZ29.4132.4854.01-
YUV150.69150.75105.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.37%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 191 (75% from 255) = 40.72%
R=25.37%
G=33.90%
B=40.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191591910.380.1700.25206.673660.78
Hex779FBF2611019cf243d
Octal16723727746210313174475
Binary111011110011111101111111001101000101100111001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779FBF; }

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

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

<style>
 a { background-color: #779FBF; }

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

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

<style>
 span { border-color: #779FBF; }

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

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