Html Css Color HEX #779CB3 Bali Hai

📋 copy color: '#779CB3'

red 119 ◦ green 156 ◦ blue 179

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

Shades of Bali Hai #779CB3

Tints of Bali Hai #779CB3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

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

R = 26.21%
G = 34.36%
B = 39.43%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#779CB3 (or 0x779CB3) is known color: Bali Hai. HEX triplet: 77, 9C and B3. RGB value is (119,156,179). Sum of RGB (Red+Green+Blue) = 119+156+179=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #779CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CB3 is #88634C. Grayscale: #939393. Windows color (decimal): -8938317 or 11770999. OLE color: 11770999.

HSL color Cylindrical-coordinate representation of color #779CB3: hue angle of 203º 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 #779CB3 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 156 179 -
CMYK 0.34 0.13 0 0.30
HSL 203º 0.28% 0.58% -
HSV(B) 203º 0.34% 0.7% -
XYZ 27.63 30.95 47.17 -
YUV 147.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 119 156 179 0.34 0.13 0 0.30 203 0.28 0.58
Hex 77 9C B3 22 D 0 1E CB 1C 3A
Octal 167 234 263 42 15 0 36 313 34 72
Binary 1110111 10011100 10110011 100010 1101 0 11110 11001011 11100 111010

Color Harmonies of #779CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CB3

Black with #779CB3

Text Example


Text Example

White with #779CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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