#789CBB

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

Shades of Bali Hai #789CBB

Tints of Bali Hai #789CBB

Color information

#789CBB (or 0x789CBB) is unknown color: approx Bali Hai. HEX triplet: 78, 9C and BB. RGB value is (120,156,187). Sum of RGB (Red+Green+Blue) = 120+156+187=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #789CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CBB is #876344. Grayscale: #949494. Windows color (decimal): -8872773 or 12295288. OLE color: 12295288.

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

Color convert

RGB120156187-
CMYK0.360.1700.27
HSL207.76º33%60.2%-
HSV(B)207.76º35.83%73.33%-
XYZ28.631.3651.56-
YUV148.77149.57107.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=25.92%
G=33.69%
B=40.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201561870.360.1700.27207.763360.2
Hex789CBB241101Bd0213c
Octal17023427344210333204174
Binary111100010011100101110111001001000101101111010000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #789CBB;
 }
 .AnyTagClassName
 {
   color: #789CBB;
 }
</style>
background-color css

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

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

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

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

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

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