#7799BB

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

Shades of Bali Hai #7799BB

Tints of Bali Hai #7799BB

Color information

#7799BB (or 0x7799BB) is unknown color: approx Bali Hai. HEX triplet: 77, 99 and BB. RGB value is (119,153,187). Sum of RGB (Red+Green+Blue) = 119+153+187=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #7799BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799BB is #886644. Grayscale: #929292. Windows color (decimal): -8939077 or 12294519. OLE color: 12294519.

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

Color convert

RGB119153187-
CMYK0.360.1800.27
HSL210º33.33%60%-
HSV(B)210º36.36%73.33%-
XYZ27.9730.2951.39-
YUV146.71150.74108.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=25.93%
G=33.33%
B=40.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191531870.360.1800.2721033.3360
Hex7799BB241201Bd2213c
Octal16723127344220333224174
Binary111011110011001101110111001001001001101111010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7799BB; }

 p { color: rgb(119,153,187); }

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

<style>
 a { background-color: #7799BB; }

 a { background-color: rgb(119,153,187); }

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

<style>
 span { border-color: #7799BB; }

 span { border-color: rgb(119,153,187); }

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