Html Css Color HEX #789CAC Bali Hai

📋 copy color: '#789CAC'

red 120 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #789CAC

Tints of Bali Hai #789CAC

RGB

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

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

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

R = 26.79%
G = 34.82%
B = 38.39%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#789CAC (or 0x789CAC) is known color: Bali Hai. HEX triplet: 78, 9C and AC. RGB value is (120,156,172). Sum of RGB (Red+Green+Blue) = 120+156+172=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #789CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789CAC is #876353. Grayscale: #929292. Windows color (decimal): -8872788 or 11312248. OLE color: 11312248.

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

Color convert

RGB 120 156 172 -
CMYK 0.30 0.09 0 0.33
HSL 198.46º 0.24% 0.57% -
HSV(B) 198.46º 0.3% 0.67% -
XYZ 27.08 30.75 43.54 -
YUV 147.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 120 156 172 0.30 0.09 0 0.33 198.46 0.24 0.57
Hex 78 9C AC 1E 9 0 21 C6 18 39
Octal 170 234 254 36 11 0 41 306 30 71
Binary 1111000 10011100 10101100 11110 1001 0 100001 11000110 11000 111001

Color Harmonies of #789CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789CAC

Black with #789CAC

Text Example


Text Example

White with #789CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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