Html Css Color HEX #789FBB Bali Hai

📋 copy color: '#789FBB'

red 120 ◦ green 159 ◦ blue 187

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

Shades of Bali Hai #789FBB

Tints of Bali Hai #789FBB

RGB

 RED value IS 120 (47.27% from 255) = 25.75%

 GREEN value IS 159 (62.5% from 255) = 34.12%

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 25.75%
G = 34.12%
B = 40.13%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#789FBB (or 0x789FBB) is known color: Bali Hai. HEX triplet: 78, 9F and BB. RGB value is (120,159,187). Sum of RGB (Red+Green+Blue) = 120+159+187=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #789FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FBB is #876044. Grayscale: #969696. Windows color (decimal): -8872005 or 12296056. OLE color: 12296056.

HSL color Cylindrical-coordinate representation of color #789FBB: hue angle of 205.07º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #789FBB is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 159 187 -
CMYK 0.36 0.15 0 0.27
HSL 205.07º 0.33% 0.6% -
HSV(B) 205.07º 0.36% 0.73% -
XYZ 29.11 32.38 51.73 -
YUV 150.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 120 159 187 0.36 0.15 0 0.27 205.07 0.33 0.6
Hex 78 9F BB 24 F 0 1B CD 21 3C
Octal 170 237 273 44 17 0 33 315 41 74
Binary 1111000 10011111 10111011 100100 1111 0 11011 11001101 100001 111100

Color Harmonies of #789FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FBB

Black with #789FBB

Text Example


Text Example

White with #789FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #789FBB;
 }
 .AnyTagClassName
 {
   color: #789FBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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