Html Css Color HEX #779ABA Bali Hai

📋 copy color: '#779ABA'

red 119 ◦ green 154 ◦ blue 186

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

Shades of Bali Hai #779ABA

Tints of Bali Hai #779ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.55%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 25.93%
G = 33.55%
B = 40.52%

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

#779ABA (or 0x779ABA) is known color: Bali Hai. HEX triplet: 77, 9A and BA. RGB value is (119,154,186). Sum of RGB (Red+Green+Blue) = 119+154+186=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #779ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ABA is #886545. Grayscale: #939393. Windows color (decimal): -8938822 or 12229239. OLE color: 12229239.

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

Color convert

RGB 119 154 186 -
CMYK 0.36 0.17 0 0.27
HSL 208.66º 0.33% 0.6% -
HSV(B) 208.66º 0.36% 0.73% -
XYZ 28.03 30.58 50.88 -
YUV 147.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 119 154 186 0.36 0.17 0 0.27 208.66 0.33 0.6
Hex 77 9A BA 24 11 0 1B D1 21 3C
Octal 167 232 272 44 21 0 33 321 41 74
Binary 1110111 10011010 10111010 100100 10001 0 11011 11010001 100001 111100

Color Harmonies of #779ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ABA

Black with #779ABA

Text Example


Text Example

White with #779ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,186); }

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

background-color css

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

 a { background-color: rgb(119,154,186); }

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

border-color css

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

 span { border-color: rgb(119,154,186); }

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