#789BBB

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

Shades of Bali Hai #789BBB

Tints of Bali Hai #789BBB

Color information

#789BBB (or 0x789BBB) is unknown color: approx Bali Hai. HEX triplet: 78, 9B and BB. RGB value is (120,155,187). Sum of RGB (Red+Green+Blue) = 120+155+187=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #789BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BBB is #876444. Grayscale: #949494. Windows color (decimal): -8873029 or 12295032. OLE color: 12295032.

HSL color Cylindrical-coordinate representation of color #789BBB: hue angle of 208.66º 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 #789BBB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120155187-
CMYK0.360.1700.27
HSL208.66º33%60.2%-
HSV(B)208.66º35.83%73.33%-
XYZ28.4431.0251.5-
YUV148.18149.9107.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=25.97%
G=33.55%
B=40.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201551870.360.1700.27208.663360.2
Hex789BBB241101Bd1213c
Octal17023327344210333214174
Binary111100010011011101110111001001000101101111010001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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