Html Css Color HEX #779DB8 Bali Hai

📋 copy color: '#779DB8'

red 119 ◦ green 157 ◦ blue 184

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

Shades of Bali Hai #779DB8

Tints of Bali Hai #779DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40%

R = 25.87%
G = 34.13%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#779DB8 (or 0x779DB8) is known color: Bali Hai. HEX triplet: 77, 9D and B8. RGB value is (119,157,184). Sum of RGB (Red+Green+Blue) = 119+157+184=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #779DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DB8 is #886247. Grayscale: #949494. Windows color (decimal): -8938056 or 12098935. OLE color: 12098935.

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

Color convert

RGB 119 157 184 -
CMYK 0.35 0.15 0 0.28
HSL 204.92º 0.31% 0.59% -
HSV(B) 204.92º 0.35% 0.72% -
XYZ 28.32 31.5 49.93 -
YUV 148.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 119 157 184 0.35 0.15 0 0.28 204.92 0.31 0.59
Hex 77 9D B8 23 F 0 1C CD 1F 3B
Octal 167 235 270 43 17 0 34 315 37 73
Binary 1110111 10011101 10111000 100011 1111 0 11100 11001101 11111 111011

Color Harmonies of #779DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DB8

Black with #779DB8

Text Example


Text Example

White with #779DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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