Html Css Color HEX #789CAE Bali Hai

📋 copy color: '#789CAE'

red 120 ◦ green 156 ◦ blue 174

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

Shades of Bali Hai #789CAE

Tints of Bali Hai #789CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 26.67%
G = 34.67%
B = 38.67%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#789CAE (or 0x789CAE) is known color: Bali Hai. HEX triplet: 78, 9C and AE. RGB value is (120,156,174). Sum of RGB (Red+Green+Blue) = 120+156+174=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #789CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789CAE is #876351. Grayscale: #939393. Windows color (decimal): -8872786 or 11443320. OLE color: 11443320.

HSL color Cylindrical-coordinate representation of color #789CAE: hue angle of 200º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #789CAE is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 156 174 -
CMYK 0.31 0.10 0 0.32
HSL 200º 0.25% 0.58% -
HSV(B) 200º 0.31% 0.68% -
XYZ 27.27 30.83 44.56 -
YUV 147.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 120 156 174 0.31 0.10 0 0.32 200 0.25 0.58
Hex 78 9C AE 1F A 0 20 C8 19 3A
Octal 170 234 256 37 12 0 40 310 31 72
Binary 1111000 10011100 10101110 11111 1010 0 100000 11001000 11001 111010

Color Harmonies of #789CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789CAE

Black with #789CAE

Text Example


Text Example

White with #789CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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