#789DB7

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

Shades of Bali Hai #789DB7

Tints of Bali Hai #789DB7

Color information

#789DB7 (or 0x789DB7) is unknown color: approx Bali Hai. HEX triplet: 78, 9D and B7. RGB value is (120,157,183). Sum of RGB (Red+Green+Blue) = 120+157+183=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #789DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DB7 is #876248. Grayscale: #949494. Windows color (decimal): -8872521 or 12033400. OLE color: 12033400.

HSL color Cylindrical-coordinate representation of color #789DB7: hue angle of 204.76º 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 #789DB7 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB120157183-
CMYK0.340.1400.28
HSL204.76º30.43%59.41%-
HSV(B)204.76º34.43%71.76%-
XYZ28.3531.5349.39-
YUV148.9147.24107.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 183 (71.88% from 255) = 39.78%
R=26.09%
G=34.13%
B=39.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201571830.340.1400.28204.7630.4359.41
Hex789DB722E01Ccd1e3b
Octal17023526742160343153673
Binary1111000100111011011011110001011100111001100110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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