Html Css Color HEX #789BAE Bali Hai

📋 copy color: '#789BAE'

red 120 ◦ green 155 ◦ blue 174

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

Shades of Bali Hai #789BAE

Tints of Bali Hai #789BAE

RGB

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

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

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

R = 26.73%
G = 34.52%
B = 38.75%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#789BAE (or 0x789BAE) is known color: Bali Hai. HEX triplet: 78, 9B and AE. RGB value is (120,155,174). Sum of RGB (Red+Green+Blue) = 120+155+174=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #789BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789BAE is #876451. Grayscale: #929292. Windows color (decimal): -8873042 or 11443064. OLE color: 11443064.

HSL color Cylindrical-coordinate representation of color #789BAE: hue angle of 201.11º 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 #789BAE is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 155 174 -
CMYK 0.31 0.11 0 0.32
HSL 201.11º 0.25% 0.58% -
HSV(B) 201.11º 0.31% 0.68% -
XYZ 27.11 30.49 44.5 -
YUV 146.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 120 155 174 0.31 0.11 0 0.32 201.11 0.25 0.58
Hex 78 9B AE 1F B 0 20 C9 19 3A
Octal 170 233 256 37 13 0 40 311 31 72
Binary 1111000 10011011 10101110 11111 1011 0 100000 11001001 11001 111010

Color Harmonies of #789BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BAE

Black with #789BAE

Text Example


Text Example

White with #789BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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