#7698B9

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

Shades of Bali Hai #7698B9

Tints of Bali Hai #7698B9

Color information

#7698B9 (or 0x7698B9) is unknown color: approx Bali Hai. HEX triplet: 76, 98 and B9. RGB value is (118,152,185). Sum of RGB (Red+Green+Blue) = 118+152+185=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #7698B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698B9 is #896746. Grayscale: #919191. Windows color (decimal): -9004871 or 12163190. OLE color: 12163190.

HSL color Cylindrical-coordinate representation of color #7698B9: hue angle of 209.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7698B9 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118152185-
CMYK0.360.1800.27
HSL209.55º32.37%59.41%-
HSV(B)209.55º36.22%72.55%-
XYZ27.4629.8150.21-
YUV145.6150.24108.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=25.93%
G=33.41%
B=40.66%

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
Decimal1181521850.360.1800.27209.5532.3759.41
Hex7698B9241201Bd2203b
Octal16623027144220333224073
Binary111011010011000101110011001001001001101111010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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