Html Css Color HEX #789AB9 Bali Hai

📋 copy color: '#789AB9'

red 120 ◦ green 154 ◦ blue 185

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

Shades of Bali Hai #789AB9

Tints of Bali Hai #789AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 26.14%
G = 33.55%
B = 40.31%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#789AB9 (or 0x789AB9) is known color: Bali Hai. HEX triplet: 78, 9A and B9. RGB value is (120,154,185). Sum of RGB (Red+Green+Blue) = 120+154+185=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #789AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AB9 is #876546. Grayscale: #939393. Windows color (decimal): -8873287 or 12163704. OLE color: 12163704.

HSL color Cylindrical-coordinate representation of color #789AB9: hue angle of 208.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789AB9 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 154 185 -
CMYK 0.35 0.17 0 0.27
HSL 208.62º 0.32% 0.6% -
HSV(B) 208.62º 0.35% 0.73% -
XYZ 28.06 30.61 50.33 -
YUV 147.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 120 154 185 0.35 0.17 0 0.27 208.62 0.32 0.6
Hex 78 9A B9 23 11 0 1B D1 20 3C
Octal 170 232 271 43 21 0 33 321 40 74
Binary 1111000 10011010 10111001 100011 10001 0 11011 11010001 100000 111100

Color Harmonies of #789AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789AB9

Black with #789AB9

Text Example


Text Example

White with #789AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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