Html Css Color HEX #779DB9 Bali Hai

📋 copy color: '#779DB9'

red 119 ◦ green 157 ◦ blue 185

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

Shades of Bali Hai #779DB9

Tints of Bali Hai #779DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.06%

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

R = 25.81%
G = 34.06%
B = 40.13%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#779DB9 (or 0x779DB9) is known color: Bali Hai. HEX triplet: 77, 9D and B9. RGB value is (119,157,185). Sum of RGB (Red+Green+Blue) = 119+157+185=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #779DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DB9 is #886246. Grayscale: #949494. Windows color (decimal): -8938055 or 12164471. OLE color: 12164471.

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

Color convert

RGB 119 157 185 -
CMYK 0.36 0.15 0 0.27
HSL 205.45º 0.32% 0.6% -
HSV(B) 205.45º 0.36% 0.73% -
XYZ 28.42 31.54 50.49 -
YUV 148.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 119 157 185 0.36 0.15 0 0.27 205.45 0.32 0.6
Hex 77 9D B9 24 F 0 1B CD 20 3C
Octal 167 235 271 44 17 0 33 315 40 74
Binary 1110111 10011101 10111001 100100 1111 0 11011 11001101 100000 111100

Color Harmonies of #779DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DB9

Black with #779DB9

Text Example


Text Example

White with #779DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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