#789FAB

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

Shades of Bali Hai #789FAB

Tints of Bali Hai #789FAB

Color information

#789FAB (or 0x789FAB) is unknown color: approx Bali Hai. HEX triplet: 78, 9F and AB. RGB value is (120,159,171). Sum of RGB (Red+Green+Blue) = 120+159+171=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #789FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789FAB is #876054. Grayscale: #949494. Windows color (decimal): -8872021 or 11247480. OLE color: 11247480.

HSL color Cylindrical-coordinate representation of color #789FAB: hue angle of 194.12º degrees, saturation: 0.23, 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 #789FAB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120159171-
CMYK0.300.0700.33
HSL194.12º23.29%57.06%-
HSV(B)194.12º29.82%67.06%-
XYZ27.4931.7343.2-
YUV148.71140.58107.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 171 (67.19% from 255) = 38%
R=26.67%
G=35.33%
B=38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201591710.300.0700.33194.1223.2957.06
Hex789FAB1E7021c21739
Octal1702372533670413022771
Binary111100010011111101010111111011101000011100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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