#7694AF

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

Shades of Bali Hai #7694AF

Tints of Bali Hai #7694AF

Color information

#7694AF (or 0x7694AF) is unknown color: approx Bali Hai. HEX triplet: 76, 94 and AF. RGB value is (118,148,175). Sum of RGB (Red+Green+Blue) = 118+148+175=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #7694AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7694AF is #896B50. Grayscale: #8D8D8D. Windows color (decimal): -9005905 or 11506806. OLE color: 11506806.

HSL color Cylindrical-coordinate representation of color #7694AF: hue angle of 208.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7694AF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118148175-
CMYK0.330.1500.31
HSL208.42º26.27%57.45%-
HSV(B)208.42º32.57%68.63%-
XYZ25.828.1344.63-
YUV142.11146.56110.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=26.76%
G=33.56%
B=39.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181481750.330.1500.31208.4226.2757.45
Hex7694AF21F01Fd01a39
Octal16622425741170373203271
Binary1110110100101001010111110000111110111111101000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7694AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7694AF; }

 p { color: rgb(118,148,175); }

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

<style>
 a { background-color: #7694AF; }

 a { background-color: rgb(118,148,175); }

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

<style>
 span { border-color: #7694AF; }

 span { border-color: rgb(118,148,175); }

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