Html Css Color HEX #789AAE Bali Hai

📋 copy color: '#789AAE'

red 120 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #789AAE

Tints of Bali Hai #789AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.38%

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

R = 26.79%
G = 34.38%
B = 38.84%

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

#789AAE (or 0x789AAE) is known color: Bali Hai. HEX triplet: 78, 9A and AE. RGB value is (120,154,174). Sum of RGB (Red+Green+Blue) = 120+154+174=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #789AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789AAE is #876551. Grayscale: #929292. Windows color (decimal): -8873298 or 11442808. OLE color: 11442808.

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

Color convert

RGB 120 154 174 -
CMYK 0.31 0.11 0 0.32
HSL 202.22º 0.25% 0.58% -
HSV(B) 202.22º 0.31% 0.68% -
XYZ 26.94 30.16 44.45 -
YUV 146.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 120 154 174 0.31 0.11 0 0.32 202.22 0.25 0.58
Hex 78 9A AE 1F B 0 20 CA 19 3A
Octal 170 232 256 37 13 0 40 312 31 72
Binary 1111000 10011010 10101110 11111 1011 0 100000 11001010 11001 111010

Color Harmonies of #789AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789AAE

Black with #789AAE

Text Example


Text Example

White with #789AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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