Html Css Color HEX #779AB9 Bali Hai

📋 copy color: '#779AB9'

red 119 ◦ green 154 ◦ blue 185

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

Shades of Bali Hai #779AB9

Tints of Bali Hai #779AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 25.98%
G = 33.62%
B = 40.39%

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

#779AB9 (or 0x779AB9) is known color: Bali Hai. HEX triplet: 77, 9A and B9. RGB value is (119,154,185). Sum of RGB (Red+Green+Blue) = 119+154+185=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #779AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AB9 is #886546. Grayscale: #929292. Windows color (decimal): -8938823 or 12163703. OLE color: 12163703.

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

Color convert

RGB 119 154 185 -
CMYK 0.36 0.17 0 0.27
HSL 208.18º 0.32% 0.6% -
HSV(B) 208.18º 0.36% 0.73% -
XYZ 27.92 30.54 50.32 -
YUV 147.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 119 154 185 0.36 0.17 0 0.27 208.18 0.32 0.6
Hex 77 9A B9 24 11 0 1B D0 20 3C
Octal 167 232 271 44 21 0 33 320 40 74
Binary 1110111 10011010 10111001 100100 10001 0 11011 11010000 100000 111100

Color Harmonies of #779AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AB9

Black with #779AB9

Text Example


Text Example

White with #779AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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