Html Css Color HEX #789BAC Bali Hai

📋 copy color: '#789BAC'

red 120 ◦ green 155 ◦ blue 172

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

Shades of Bali Hai #789BAC

Tints of Bali Hai #789BAC

RGB

 RED value IS 120 (47.27% from 255) = 26.85%

 GREEN value IS 155 (60.94% from 255) = 34.68%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 26.85%
G = 34.68%
B = 38.48%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#789BAC (or 0x789BAC) is known color: Bali Hai. HEX triplet: 78, 9B and AC. RGB value is (120,155,172). Sum of RGB (Red+Green+Blue) = 120+155+172=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #789BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789BAC is #876453. Grayscale: #929292. Windows color (decimal): -8873044 or 11311992. OLE color: 11311992.

HSL color Cylindrical-coordinate representation of color #789BAC: hue angle of 199.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #789BAC is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 155 172 -
CMYK 0.30 0.10 0 0.33
HSL 199.62º 0.24% 0.57% -
HSV(B) 199.62º 0.3% 0.67% -
XYZ 26.91 30.41 43.48 -
YUV 146.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 120 155 172 0.30 0.10 0 0.33 199.62 0.24 0.57
Hex 78 9B AC 1E A 0 21 C8 18 39
Octal 170 233 254 36 12 0 41 310 30 71
Binary 1111000 10011011 10101100 11110 1010 0 100001 11001000 11000 111001

Color Harmonies of #789BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BAC

Black with #789BAC

Text Example


Text Example

White with #789BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789BAC; }

 p { color: rgb(120,155,172); }

 H1.HeaderClassName
 {
   color: #789BAC;
 }
 .AnyTagClassName
 {
   color: #789BAC;
 }
</style>

background-color css

<style>
 a { background-color: #789BAC; }

 a { background-color: rgb(120,155,172); }

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

border-color css

<style>
 span { border-color: #789BAC; }

 span { border-color: rgb(120,155,172); }

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