Html Css Color HEX #789EBA Bali Hai

📋 copy color: '#789EBA'

red 120 ◦ green 158 ◦ blue 186

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

Shades of Bali Hai #789EBA

Tints of Bali Hai #789EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 25.86%
G = 34.05%
B = 40.09%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#789EBA (or 0x789EBA) is known color: Bali Hai. HEX triplet: 78, 9E and BA. RGB value is (120,158,186). Sum of RGB (Red+Green+Blue) = 120+158+186=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #789EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBA is #876145. Grayscale: #959595. Windows color (decimal): -8872262 or 12230264. OLE color: 12230264.

HSL color Cylindrical-coordinate representation of color #789EBA: hue angle of 205.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789EBA is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 158 186 -
CMYK 0.35 0.15 0 0.27
HSL 205.45º 0.32% 0.6% -
HSV(B) 205.45º 0.35% 0.73% -
XYZ 28.84 31.99 51.11 -
YUV 149.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 120 158 186 0.35 0.15 0 0.27 205.45 0.32 0.6
Hex 78 9E BA 23 F 0 1B CD 20 3C
Octal 170 236 272 43 17 0 33 315 40 74
Binary 1111000 10011110 10111010 100011 1111 0 11011 11001101 100000 111100

Color Harmonies of #789EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EBA

Black with #789EBA

Text Example


Text Example

White with #789EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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