Html Css Color HEX #789EAC Bali Hai

📋 copy color: '#789EAC'

red 120 ◦ green 158 ◦ blue 172

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

Shades of Bali Hai #789EAC

Tints of Bali Hai #789EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.11%

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

R = 26.67%
G = 35.11%
B = 38.22%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#789EAC (or 0x789EAC) is known color: Bali Hai. HEX triplet: 78, 9E and AC. RGB value is (120,158,172). Sum of RGB (Red+Green+Blue) = 120+158+172=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #789EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EAC is #876153. Grayscale: #949494. Windows color (decimal): -8872276 or 11312760. OLE color: 11312760.

HSL color Cylindrical-coordinate representation of color #789EAC: hue angle of 196.15º 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 #789EAC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 158 172 -
CMYK 0.30 0.08 0 0.33
HSL 196.15º 0.24% 0.57% -
HSV(B) 196.15º 0.3% 0.67% -
XYZ 27.42 31.43 43.65 -
YUV 148.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 120 158 172 0.30 0.08 0 0.33 196.15 0.24 0.57
Hex 78 9E AC 1E 8 0 21 C4 18 39
Octal 170 236 254 36 10 0 41 304 30 71
Binary 1111000 10011110 10101100 11110 1000 0 100001 11000100 11000 111001

Color Harmonies of #789EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EAC

Black with #789EAC

Text Example


Text Example

White with #789EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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