#779FBE

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

Shades of Shakespeare #779FBE

Tints of Shakespeare #779FBE

Color information

#779FBE (or 0x779FBE) is unknown color: approx Shakespeare. HEX triplet: 77, 9F and BE. RGB value is (119,159,190). Sum of RGB (Red+Green+Blue) = 119+159+190=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #779FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FBE is #886041. Grayscale: #969696. Windows color (decimal): -8937538 or 12492663. OLE color: 12492663.

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

Color convert

RGB119159190-
CMYK0.370.1600.25
HSL206.2º35.32%60.59%-
HSV(B)206.2º37.37%74.51%-
XYZ29.332.4453.43-
YUV150.57150.25105.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=25.43%
G=33.97%
B=40.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191591900.370.1600.25206.235.3260.59
Hex779FBE2510019ce233d
Octal16723727645200313164375
Binary111011110011111101111101001011000001100111001110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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