#7698AF

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

Shades of Bali Hai #7698AF

Tints of Bali Hai #7698AF

Color information

#7698AF (or 0x7698AF) is unknown color: approx Bali Hai. HEX triplet: 76, 98 and AF. RGB value is (118,152,175). Sum of RGB (Red+Green+Blue) = 118+152+175=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #7698AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7698AF is #896750. Grayscale: #909090. Windows color (decimal): -9004881 or 11507830. OLE color: 11507830.

HSL color Cylindrical-coordinate representation of color #7698AF: hue angle of 204.21º 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 #7698AF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118152175-
CMYK0.330.1300.31
HSL204.21º26.27%57.45%-
HSV(B)204.21º32.57%68.63%-
XYZ26.4429.444.84-
YUV144.46145.24109.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=26.52%
G=34.16%
B=39.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181521750.330.1300.31204.2126.2757.45
Hex7698AF21D01Fcc1a39
Octal16623025741150373143271
Binary1110110100110001010111110000111010111111100110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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