Html Css Color HEX #779EBB Bali Hai

📋 copy color: '#779EBB'

red 119 ◦ green 158 ◦ blue 187

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

Shades of Bali Hai #779EBB

Tints of Bali Hai #779EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 25.65%
G = 34.05%
B = 40.3%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#779EBB (or 0x779EBB) is known color: Bali Hai. HEX triplet: 77, 9E and BB. RGB value is (119,158,187). Sum of RGB (Red+Green+Blue) = 119+158+187=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #779EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EBB is #886144. Grayscale: #959595. Windows color (decimal): -8937797 or 12295799. OLE color: 12295799.

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

Color convert

RGB 119 158 187 -
CMYK 0.36 0.16 0 0.27
HSL 205.59º 0.33% 0.6% -
HSV(B) 205.59º 0.36% 0.73% -
XYZ 28.8 31.96 51.67 -
YUV 149.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 119 158 187 0.36 0.16 0 0.27 205.59 0.33 0.6
Hex 77 9E BB 24 10 0 1B CE 21 3C
Octal 167 236 273 44 20 0 33 316 41 74
Binary 1110111 10011110 10111011 100100 10000 0 11011 11001110 100001 111100

Color Harmonies of #779EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EBB

Black with #779EBB

Text Example


Text Example

White with #779EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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