#7695AC

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

Shades of Bali Hai #7695AC

Tints of Bali Hai #7695AC

Color information

#7695AC (or 0x7695AC) is unknown color: approx Bali Hai. HEX triplet: 76, 95 and AC. RGB value is (118,149,172). Sum of RGB (Red+Green+Blue) = 118+149+172=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #7695AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7695AC is #896A53. Grayscale: #8E8E8E. Windows color (decimal): -9005652 or 11310454. OLE color: 11310454.

HSL color Cylindrical-coordinate representation of color #7695AC: hue angle of 205.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7695AC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118149172-
CMYK0.310.1300.33
HSL205.56º24.55%56.86%-
HSV(B)205.56º31.4%67.45%-
XYZ25.6728.3343.14-
YUV142.35144.73110.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=26.88%
G=33.94%
B=39.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181491720.310.1300.33205.5624.5556.86
Hex7695AC1FD021ce1939
Octal16622525437150413163171
Binary1110110100101011010110011111110101000011100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7695AC; }

 p { color: rgb(118,149,172); }

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

<style>
 a { background-color: #7695AC; }

 a { background-color: rgb(118,149,172); }

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

<style>
 span { border-color: #7695AC; }

 span { border-color: rgb(118,149,172); }

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