Html Css Color HEX #779FB2 Bali Hai

📋 copy color: '#779FB2'

red 119 ◦ green 159 ◦ blue 178

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

Shades of Bali Hai #779FB2

Tints of Bali Hai #779FB2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.87%

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 26.1%
G = 34.87%
B = 39.04%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#779FB2 (or 0x779FB2) is known color: Bali Hai. HEX triplet: 77, 9F and B2. RGB value is (119,159,178). Sum of RGB (Red+Green+Blue) = 119+159+178=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 178 - color contains mainly: blue. Hex color #779FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FB2 is #88604D. Grayscale: #959595. Windows color (decimal): -8937550 or 11706231. OLE color: 11706231.

HSL color Cylindrical-coordinate representation of color #779FB2: hue angle of 199.32º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #779FB2 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 159 178 -
CMYK 0.33 0.11 0 0.30
HSL 199.32º 0.28% 0.58% -
HSV(B) 199.32º 0.33% 0.7% -
XYZ 28.04 31.93 46.81 -
YUV 149.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 119 159 178 0.33 0.11 0 0.30 199.32 0.28 0.58
Hex 77 9F B2 21 B 0 1E C7 1C 3A
Octal 167 237 262 41 13 0 36 307 34 72
Binary 1110111 10011111 10110010 100001 1011 0 11110 11000111 11100 111010

Color Harmonies of #779FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FB2

Black with #779FB2

Text Example


Text Example

White with #779FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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