Html Css Color HEX #779CBC Bali Hai

📋 copy color: '#779CBC'

red 119 ◦ green 156 ◦ blue 188

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

Shades of Bali Hai #779CBC

Tints of Bali Hai #779CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 25.7%
G = 33.69%
B = 40.6%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#779CBC (or 0x779CBC) is known color: Bali Hai. HEX triplet: 77, 9C and BC. RGB value is (119,156,188). Sum of RGB (Red+Green+Blue) = 119+156+188=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #779CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CBC is #886343. Grayscale: #949494. Windows color (decimal): -8938308 or 12360823. OLE color: 12360823.

HSL color Cylindrical-coordinate representation of color #779CBC: hue angle of 207.83º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #779CBC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 156 188 -
CMYK 0.37 0.17 0 0.26
HSL 207.83º 0.34% 0.6% -
HSV(B) 207.83º 0.37% 0.74% -
XYZ 28.57 31.33 52.12 -
YUV 148.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 119 156 188 0.37 0.17 0 0.26 207.83 0.34 0.6
Hex 77 9C BC 25 11 0 1A D0 22 3C
Octal 167 234 274 45 21 0 32 320 42 74
Binary 1110111 10011100 10111100 100101 10001 0 11010 11010000 100010 111100

Color Harmonies of #779CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CBC

Black with #779CBC

Text Example


Text Example

White with #779CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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