Html Css Color HEX #779EBA Bali Hai

📋 copy color: '#779EBA'

red 119 ◦ green 158 ◦ blue 186

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

Shades of Bali Hai #779EBA

Tints of Bali Hai #779EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.13%

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

R = 25.7%
G = 34.13%
B = 40.17%

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

#779EBA (or 0x779EBA) is known color: Bali Hai. HEX triplet: 77, 9E and BA. RGB value is (119,158,186). Sum of RGB (Red+Green+Blue) = 119+158+186=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #779EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EBA is #886145. Grayscale: #959595. Windows color (decimal): -8937798 or 12230263. OLE color: 12230263.

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

Color convert

RGB 119 158 186 -
CMYK 0.36 0.15 0 0.27
HSL 205.07º 0.33% 0.6% -
HSV(B) 205.07º 0.36% 0.73% -
XYZ 28.7 31.92 51.1 -
YUV 149.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 119 158 186 0.36 0.15 0 0.27 205.07 0.33 0.6
Hex 77 9E BA 24 F 0 1B CD 21 3C
Octal 167 236 272 44 17 0 33 315 41 74
Binary 1110111 10011110 10111010 100100 1111 0 11011 11001101 100001 111100

Color Harmonies of #779EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EBA

Black with #779EBA

Text Example


Text Example

White with #779EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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