Html Css Color HEX #779BBE Shakespeare

📋 copy color: '#779BBE'

red 119 ◦ green 155 ◦ blue 190

#779BBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #779BBE

Tints of Shakespeare #779BBE

RGB

 RED value IS 119 (46.88% from 255) = 25.65%

 GREEN value IS 155 (60.94% from 255) = 33.41%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 25.65%
G = 33.41%
B = 40.95%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#779BBE (or 0x779BBE) is known color: Shakespeare. HEX triplet: 77, 9B and BE. RGB value is (119,155,190). Sum of RGB (Red+Green+Blue) = 119+155+190=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #779BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BBE is #886441. Grayscale: #949494. Windows color (decimal): -8938562 or 12491639. OLE color: 12491639.

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

Color convert

RGB 119 155 190 -
CMYK 0.37 0.18 0 0.25
HSL 209.58º 0.35% 0.61% -
HSV(B) 209.58º 0.37% 0.75% -
XYZ 28.62 31.08 53.21 -
YUV 148.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 119 155 190 0.37 0.18 0 0.25 209.58 0.35 0.61
Hex 77 9B BE 25 12 0 19 D2 23 3D
Octal 167 233 276 45 22 0 31 322 43 75
Binary 1110111 10011011 10111110 100101 10010 0 11001 11010010 100011 111101

Color Harmonies of #779BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BBE

Black with #779BBE

Text Example


Text Example

White with #779BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779BBE;
 }
 .AnyTagClassName
 {
   color: #779BBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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