Html Css Color HEX #789FAB Bali Hai

📋 copy color: '#789FAB'

red 120 ◦ green 159 ◦ blue 171

#789FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #789FAB

Tints of Bali Hai #789FAB

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 value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#789FAB (or 0x789FAB) is known color: 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

RGB 120 159 171 -
CMYK 0.30 0.07 0 0.33
HSL 194.12º 0.23% 0.57% -
HSV(B) 194.12º 0.3% 0.67% -
XYZ 27.49 31.73 43.2 -
YUV 148.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 120 159 171 0.30 0.07 0 0.33 194.12 0.23 0.57
Hex 78 9F AB 1E 7 0 21 C2 17 39
Octal 170 237 253 36 7 0 41 302 27 71
Binary 1111000 10011111 10101011 11110 111 0 100001 11000010 10111 111001

Color Harmonies of #789FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FAB

Black with #789FAB

Text Example


Text Example

White with #789FAB

Text Example


Text Example

HTML Codes & Css Web 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>