#7799BC

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

Shades of Bali Hai #7799BC

Tints of Bali Hai #7799BC

Color information

#7799BC (or 0x7799BC) is unknown color: approx Bali Hai. HEX triplet: 77, 99 and BC. RGB value is (119,153,188). Sum of RGB (Red+Green+Blue) = 119+153+188=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #7799BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799BC is #886643. Grayscale: #929292. Windows color (decimal): -8939076 or 12360055. OLE color: 12360055.

HSL color Cylindrical-coordinate representation of color #7799BC: hue angle of 210.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7799BC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119153188-
CMYK0.370.1900.26
HSL210.43º33.99%60.2%-
HSV(B)210.43º36.7%73.73%-
XYZ28.0830.3451.95-
YUV146.82151.24108.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=25.87%
G=33.26%
B=40.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191531880.370.1900.26210.4333.9960.2
Hex7799BC251301Ad2223c
Octal16723127445230323224274
Binary111011110011001101111001001011001101101011010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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