#789CB7

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

Shades of Bali Hai #789CB7

Tints of Bali Hai #789CB7

Color information

#789CB7 (or 0x789CB7) is unknown color: approx Bali Hai. HEX triplet: 78, 9C and B7. RGB value is (120,156,183). Sum of RGB (Red+Green+Blue) = 120+156+183=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #789CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CB7 is #876348. Grayscale: #949494. Windows color (decimal): -8872777 or 12033144. OLE color: 12033144.

HSL color Cylindrical-coordinate representation of color #789CB7: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #789CB7 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB120156183-
CMYK0.340.1500.28
HSL205.71º30.43%59.41%-
HSV(B)205.71º34.43%71.76%-
XYZ28.1831.1949.33-
YUV148.31147.57107.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=26.14%
G=33.99%
B=39.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201561830.340.1500.28205.7130.4359.41
Hex789CB722F01Cce1e3b
Octal17023426742170343163673
Binary1111000100111001011011110001011110111001100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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