#789CBC

Color #789CBC Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #789CBC

Tints of Bali Hai #789CBC

Color information

#789CBC (or 0x789CBC) is unknown color: approx 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

RGB120156188-
CMYK0.360.1700.26
HSL208.24º33.66%60.39%-
HSV(B)208.24º36.17%73.73%-
XYZ28.7131.452.12-
YUV148.88150.07107.4-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201561880.360.1700.26208.2433.6660.39
Hex789CBC241101Ad0223c
Octal17023427444210323204274
Binary111100010011100101111001001001000101101011010000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>