Html Css Color HEX #7698AF Bali Hai

📋 copy color: '#7698AF'

red 118 ◦ green 152 ◦ blue 175

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

Shades of Bali Hai #7698AF

Tints of Bali Hai #7698AF

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 value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7698AF (or 0x7698AF) is known color: 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

RGB 118 152 175 -
CMYK 0.33 0.13 0 0.31
HSL 204.21º 0.26% 0.57% -
HSV(B) 204.21º 0.33% 0.69% -
XYZ 26.44 29.4 44.84 -
YUV 144.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 118 152 175 0.33 0.13 0 0.31 204.21 0.26 0.57
Hex 76 98 AF 21 D 0 1F CC 1A 39
Octal 166 230 257 41 15 0 37 314 32 71
Binary 1110110 10011000 10101111 100001 1101 0 11111 11001100 11010 111001

Color Harmonies of #7698AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698AF

Black with #7698AF

Text Example


Text Example

White with #7698AF

Text Example


Text Example

HTML Codes & Css Web 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>