Html Css Color HEX #789CBA Bali Hai

📋 copy color: '#789CBA'

red 120 ◦ green 156 ◦ blue 186

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

Shades of Bali Hai #789CBA

Tints of Bali Hai #789CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.77%

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

R = 25.97%
G = 33.77%
B = 40.26%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#789CBA (or 0x789CBA) is known color: Bali Hai. HEX triplet: 78, 9C and BA. RGB value is (120,156,186). Sum of RGB (Red+Green+Blue) = 120+156+186=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #789CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CBA is #876345. Grayscale: #949494. Windows color (decimal): -8872774 or 12229752. OLE color: 12229752.

HSL color Cylindrical-coordinate representation of color #789CBA: hue angle of 207.27º 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 #789CBA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 156 186 -
CMYK 0.35 0.16 0 0.27
HSL 207.27º 0.32% 0.6% -
HSV(B) 207.27º 0.35% 0.73% -
XYZ 28.5 31.32 51 -
YUV 148.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 120 156 186 0.35 0.16 0 0.27 207.27 0.32 0.6
Hex 78 9C BA 23 10 0 1B CF 20 3C
Octal 170 234 272 43 20 0 33 317 40 74
Binary 1111000 10011100 10111010 100011 10000 0 11011 11001111 100000 111100

Color Harmonies of #789CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789CBA

Black with #789CBA

Text Example


Text Example

White with #789CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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