Html Css Color HEX #779FBB Bali Hai

📋 copy color: '#779FBB'

red 119 ◦ green 159 ◦ blue 187

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

Shades of Bali Hai #779FBB

Tints of Bali Hai #779FBB

RGB

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

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

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

R = 25.59%
G = 34.19%
B = 40.22%

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

#779FBB (or 0x779FBB) is known color: Bali Hai. HEX triplet: 77, 9F and BB. RGB value is (119,159,187). Sum of RGB (Red+Green+Blue) = 119+159+187=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #779FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FBB is #886044. Grayscale: #969696. Windows color (decimal): -8937541 or 12296055. OLE color: 12296055.

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

Color convert

RGB 119 159 187 -
CMYK 0.36 0.15 0 0.27
HSL 204.71º 0.33% 0.6% -
HSV(B) 204.71º 0.36% 0.73% -
XYZ 28.98 32.31 51.72 -
YUV 150.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 119 159 187 0.36 0.15 0 0.27 204.71 0.33 0.6
Hex 77 9F BB 24 F 0 1B CD 21 3C
Octal 167 237 273 44 17 0 33 315 41 74
Binary 1110111 10011111 10111011 100100 1111 0 11011 11001101 100001 111100

Color Harmonies of #779FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FBB

Black with #779FBB

Text Example


Text Example

White with #779FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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