#789FAC

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

Shades of Bali Hai #789FAC

Tints of Bali Hai #789FAC

Color information

#789FAC (or 0x789FAC) is unknown color: approx Bali Hai. HEX triplet: 78, 9F and AC. RGB value is (120,159,172). Sum of RGB (Red+Green+Blue) = 120+159+172=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #789FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789FAC is #876053. Grayscale: #949494. Windows color (decimal): -8872020 or 11313016. OLE color: 11313016.

HSL color Cylindrical-coordinate representation of color #789FAC: hue angle of 195º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #789FAC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120159172-
CMYK0.300.0800.33
HSL195º23.85%57.25%-
HSV(B)195º30.23%67.45%-
XYZ27.5931.7743.71-
YUV148.82141.08107.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=26.61%
G=35.25%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201591720.300.0800.3319523.8557.25
Hex789FAC1E8021c31839
Octal17023725436100413033071
Binary1111000100111111010110011110100001000011100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,159,172); }

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

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

 a { background-color: rgb(120,159,172); }

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

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

 span { border-color: rgb(120,159,172); }

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