Html Css Color HEX #7698BA Bali Hai

📋 copy color: '#7698BA'

red 118 ◦ green 152 ◦ blue 186

#7698BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #7698BA

Tints of Bali Hai #7698BA

RGB

 RED value IS 118 (46.48% from 255) = 25.88%

 GREEN value IS 152 (59.77% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 25.88%
G = 33.33%
B = 40.79%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7698BA (or 0x7698BA) is known color: Bali Hai. HEX triplet: 76, 98 and BA. RGB value is (118,152,186). Sum of RGB (Red+Green+Blue) = 118+152+186=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #7698BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698BA is #896745. Grayscale: #919191. Windows color (decimal): -9004870 or 12228726. OLE color: 12228726.

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

Color convert

RGB 118 152 186 -
CMYK 0.37 0.18 0 0.27
HSL 210º 0.33% 0.6% -
HSV(B) 210º 0.37% 0.73% -
XYZ 27.56 29.85 50.76 -
YUV 145.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 118 152 186 0.37 0.18 0 0.27 210 0.33 0.6
Hex 76 98 BA 25 12 0 1B D2 21 3C
Octal 166 230 272 45 22 0 33 322 41 74
Binary 1110110 10011000 10111010 100101 10010 0 11011 11010010 100001 111100

Color Harmonies of #7698BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698BA

Black with #7698BA

Text Example


Text Example

White with #7698BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7698BA;
 }
 .AnyTagClassName
 {
   color: #7698BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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