Html Css Color HEX #779DB7 Bali Hai

📋 copy color: '#779DB7'

red 119 ◦ green 157 ◦ blue 183

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

Shades of Bali Hai #779DB7

Tints of Bali Hai #779DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 25.93%
G = 34.2%
B = 39.87%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#779DB7 (or 0x779DB7) is known color: Bali Hai. HEX triplet: 77, 9D and B7. RGB value is (119,157,183). Sum of RGB (Red+Green+Blue) = 119+157+183=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #779DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DB7 is #886248. Grayscale: #949494. Windows color (decimal): -8938057 or 12033399. OLE color: 12033399.

HSL color Cylindrical-coordinate representation of color #779DB7: hue angle of 204.38º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779DB7 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 157 183 -
CMYK 0.35 0.14 0 0.28
HSL 204.38º 0.31% 0.59% -
HSV(B) 204.38º 0.35% 0.72% -
XYZ 28.21 31.45 49.38 -
YUV 148.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 119 157 183 0.35 0.14 0 0.28 204.38 0.31 0.59
Hex 77 9D B7 23 E 0 1C CC 1F 3B
Octal 167 235 267 43 16 0 34 314 37 73
Binary 1110111 10011101 10110111 100011 1110 0 11100 11001100 11111 111011

Color Harmonies of #779DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DB7

Black with #779DB7

Text Example


Text Example

White with #779DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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