Html Css Color HEX #789AB0 Bali Hai

📋 copy color: '#789AB0'

red 120 ◦ green 154 ◦ blue 176

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

Shades of Bali Hai #789AB0

Tints of Bali Hai #789AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 26.67%
G = 34.22%
B = 39.11%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#789AB0 (or 0x789AB0) is known color: Bali Hai. HEX triplet: 78, 9A and B0. RGB value is (120,154,176). Sum of RGB (Red+Green+Blue) = 120+154+176=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #789AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789AB0 is #87654F. Grayscale: #929292. Windows color (decimal): -8873296 or 11573880. OLE color: 11573880.

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

Color convert

RGB 120 154 176 -
CMYK 0.32 0.12 0 0.31
HSL 203.57º 0.26% 0.58% -
HSV(B) 203.57º 0.32% 0.69% -
XYZ 27.14 30.24 45.48 -
YUV 146.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 120 154 176 0.32 0.12 0 0.31 203.57 0.26 0.58
Hex 78 9A B0 20 C 0 1F CC 1A 3A
Octal 170 232 260 40 14 0 37 314 32 72
Binary 1111000 10011010 10110000 100000 1100 0 11111 11001100 11010 111010

Color Harmonies of #789AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789AB0

Black with #789AB0

Text Example


Text Example

White with #789AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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