#7698B7

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

Shades of Bali Hai #7698B7

Tints of Bali Hai #7698B7

Color information

#7698B7 (or 0x7698B7) is unknown color: approx Bali Hai. HEX triplet: 76, 98 and B7. RGB value is (118,152,183). Sum of RGB (Red+Green+Blue) = 118+152+183=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #7698B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698B7 is #896748. Grayscale: #919191. Windows color (decimal): -9004873 or 12032118. OLE color: 12032118.

HSL color Cylindrical-coordinate representation of color #7698B7: hue angle of 208.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7698B7 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118152183-
CMYK0.360.1700.28
HSL208.62º31.1%59.02%-
HSV(B)208.62º35.52%71.76%-
XYZ27.2529.7349.1-
YUV145.37149.24108.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 183 (71.88% from 255) = 40.40%
R=26.05%
G=33.55%
B=40.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181521830.360.1700.28208.6231.159.02
Hex7698B7241101Cd11f3b
Octal16623026744210343213773
Binary11101101001100010110111100100100010111001101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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