Html Css Color HEX #789EBC Bali Hai

📋 copy color: '#789EBC'

red 120 ◦ green 158 ◦ blue 188

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

Shades of Bali Hai #789EBC

Tints of Bali Hai #789EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 25.75%
G = 33.91%
B = 40.34%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#789EBC (or 0x789EBC) is known color: Bali Hai. HEX triplet: 78, 9E and BC. RGB value is (120,158,188). Sum of RGB (Red+Green+Blue) = 120+158+188=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #789EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBC is #876143. Grayscale: #959595. Windows color (decimal): -8872260 or 12361336. OLE color: 12361336.

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

Color convert

RGB 120 158 188 -
CMYK 0.36 0.16 0 0.26
HSL 206.47º 0.34% 0.6% -
HSV(B) 206.47º 0.36% 0.74% -
XYZ 29.05 32.08 52.24 -
YUV 150.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 120 158 188 0.36 0.16 0 0.26 206.47 0.34 0.6
Hex 78 9E BC 24 10 0 1A CE 22 3C
Octal 170 236 274 44 20 0 32 316 42 74
Binary 1111000 10011110 10111100 100100 10000 0 11010 11001110 100010 111100

Color Harmonies of #789EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EBC

Black with #789EBC

Text Example


Text Example

White with #789EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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