Html Css Color HEX #789BB1 Bali Hai

📋 copy color: '#789BB1'

red 120 ◦ green 155 ◦ blue 177

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

Shades of Bali Hai #789BB1

Tints of Bali Hai #789BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 26.55%
G = 34.29%
B = 39.16%

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

#789BB1 (or 0x789BB1) is known color: Bali Hai. HEX triplet: 78, 9B and B1. RGB value is (120,155,177). Sum of RGB (Red+Green+Blue) = 120+155+177=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 177 - color contains mainly: blue. Hex color #789BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789BB1 is #87644E. Grayscale: #929292. Windows color (decimal): -8873039 or 11639672. OLE color: 11639672.

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

Color convert

RGB 120 155 177 -
CMYK 0.32 0.12 0 0.31
HSL 203.16º 0.27% 0.58% -
HSV(B) 203.16º 0.32% 0.69% -
XYZ 27.4 30.61 46.06 -
YUV 147.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 120 155 177 0.32 0.12 0 0.31 203.16 0.27 0.58
Hex 78 9B B1 20 C 0 1F CB 1B 3A
Octal 170 233 261 40 14 0 37 313 33 72
Binary 1111000 10011011 10110001 100000 1100 0 11111 11001011 11011 111010

Color Harmonies of #789BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BB1

Black with #789BB1

Text Example


Text Example

White with #789BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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