Html Css Color HEX #789CBC Bali Hai

📋 copy color: '#789CBC'

red 120 ◦ green 156 ◦ blue 188

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

Shades of Bali Hai #789CBC

Tints of Bali Hai #789CBC

RGB

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

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

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

R = 25.86%
G = 33.62%
B = 40.52%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#789CBC (or 0x789CBC) is known color: Bali Hai. HEX triplet: 78, 9C and BC. RGB value is (120,156,188). Sum of RGB (Red+Green+Blue) = 120+156+188=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #789CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CBC is #876343. Grayscale: #949494. Windows color (decimal): -8872772 or 12360824. OLE color: 12360824.

HSL color Cylindrical-coordinate representation of color #789CBC: hue angle of 208.24º 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 #789CBC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 156 188 -
CMYK 0.36 0.17 0 0.26
HSL 208.24º 0.34% 0.6% -
HSV(B) 208.24º 0.36% 0.74% -
XYZ 28.71 31.4 52.12 -
YUV 148.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 120 156 188 0.36 0.17 0 0.26 208.24 0.34 0.6
Hex 78 9C BC 24 11 0 1A D0 22 3C
Octal 170 234 274 44 21 0 32 320 42 74
Binary 1111000 10011100 10111100 100100 10001 0 11010 11010000 100010 111100

Color Harmonies of #789CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789CBC

Black with #789CBC

Text Example


Text Example

White with #789CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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