Html Css Color HEX #779DB3 Bali Hai

📋 copy color: '#779DB3'

red 119 ◦ green 157 ◦ blue 179

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

Shades of Bali Hai #779DB3

Tints of Bali Hai #779DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.34%

R = 26.15%
G = 34.51%
B = 39.34%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#779DB3 (or 0x779DB3) is known color: Bali Hai. HEX triplet: 77, 9D and B3. RGB value is (119,157,179). Sum of RGB (Red+Green+Blue) = 119+157+179=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #779DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DB3 is #88624C. Grayscale: #949494. Windows color (decimal): -8938061 or 11771255. OLE color: 11771255.

HSL color Cylindrical-coordinate representation of color #779DB3: hue angle of 202º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779DB3 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 157 179 -
CMYK 0.34 0.12 0 0.30
HSL 202º 0.28% 0.58% -
HSV(B) 202º 0.34% 0.7% -
XYZ 27.8 31.29 47.22 -
YUV 148.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 119 157 179 0.34 0.12 0 0.30 202 0.28 0.58
Hex 77 9D B3 22 C 0 1E CA 1C 3A
Octal 167 235 263 42 14 0 36 312 34 72
Binary 1110111 10011101 10110011 100010 1100 0 11110 11001010 11100 111010

Color Harmonies of #779DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DB3

Black with #779DB3

Text Example


Text Example

White with #779DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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