Html Css Color HEX #779BBB Bali Hai

📋 copy color: '#779BBB'

red 119 ◦ green 155 ◦ blue 187

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

Shades of Bali Hai #779BBB

Tints of Bali Hai #779BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 25.81%
G = 33.62%
B = 40.56%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#779BBB (or 0x779BBB) is known color: Bali Hai. HEX triplet: 77, 9B and BB. RGB value is (119,155,187). Sum of RGB (Red+Green+Blue) = 119+155+187=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #779BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BBB is #886444. Grayscale: #939393. Windows color (decimal): -8938565 or 12295031. OLE color: 12295031.

HSL color Cylindrical-coordinate representation of color #779BBB: hue angle of 208.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #779BBB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 155 187 -
CMYK 0.36 0.17 0 0.27
HSL 208.24º 0.33% 0.6% -
HSV(B) 208.24º 0.36% 0.73% -
XYZ 28.3 30.95 51.5 -
YUV 147.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 119 155 187 0.36 0.17 0 0.27 208.24 0.33 0.6
Hex 77 9B BB 24 11 0 1B D0 21 3C
Octal 167 233 273 44 21 0 33 320 41 74
Binary 1110111 10011011 10111011 100100 10001 0 11011 11010000 100001 111100

Color Harmonies of #779BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BBB

Black with #779BBB

Text Example


Text Example

White with #779BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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