Html Css Color HEX #789BBD Bali Hai

📋 copy color: '#789BBD'

red 120 ◦ green 155 ◦ blue 189

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

Shades of Bali Hai #789BBD

Tints of Bali Hai #789BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 25.86%
G = 33.41%
B = 40.73%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#789BBD (or 0x789BBD) is known color: Bali Hai. HEX triplet: 78, 9B and BD. RGB value is (120,155,189). Sum of RGB (Red+Green+Blue) = 120+155+189=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #789BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BBD is #876442. Grayscale: #949494. Windows color (decimal): -8873027 or 12426104. OLE color: 12426104.

HSL color Cylindrical-coordinate representation of color #789BBD: hue angle of 209.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789BBD is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 155 189 -
CMYK 0.37 0.18 0 0.26
HSL 209.57º 0.34% 0.61% -
HSV(B) 209.57º 0.37% 0.74% -
XYZ 28.65 31.11 52.64 -
YUV 148.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 120 155 189 0.37 0.18 0 0.26 209.57 0.34 0.61
Hex 78 9B BD 25 12 0 1A D2 22 3D
Octal 170 233 275 45 22 0 32 322 42 75
Binary 1111000 10011011 10111101 100101 10010 0 11010 11010010 100010 111101

Color Harmonies of #789BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BBD

Black with #789BBD

Text Example


Text Example

White with #789BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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