Html Css Color HEX #789EBE Bali Hai

📋 copy color: '#789EBE'

red 120 ◦ green 158 ◦ blue 190

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

Shades of Bali Hai #789EBE

Tints of Bali Hai #789EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.76%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 25.64%
G = 33.76%
B = 40.6%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#789EBE (or 0x789EBE) is known color: Bali Hai. HEX triplet: 78, 9E and BE. RGB value is (120,158,190). Sum of RGB (Red+Green+Blue) = 120+158+190=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #789EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBE is #876141. Grayscale: #969696. Windows color (decimal): -8872258 or 12492408. OLE color: 12492408.

HSL color Cylindrical-coordinate representation of color #789EBE: hue angle of 207.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789EBE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 158 190 -
CMYK 0.37 0.17 0 0.25
HSL 207.43º 0.35% 0.61% -
HSV(B) 207.43º 0.37% 0.75% -
XYZ 29.27 32.16 53.38 -
YUV 150.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 120 158 190 0.37 0.17 0 0.25 207.43 0.35 0.61
Hex 78 9E BE 25 11 0 19 CF 23 3D
Octal 170 236 276 45 21 0 31 317 43 75
Binary 1111000 10011110 10111110 100101 10001 0 11001 11001111 100011 111101

Color Harmonies of #789EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EBE

Black with #789EBE

Text Example


Text Example

White with #789EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,158,190); }

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

background-color css

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

 a { background-color: rgb(120,158,190); }

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

border-color css

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

 span { border-color: rgb(120,158,190); }

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