Html Css Color HEX #7598AA Bali Hai

📋 copy color: '#7598AA'

red 117 ◦ green 152 ◦ blue 170

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

Shades of Bali Hai #7598AA

Tints of Bali Hai #7598AA

RGB

 RED value IS 117 (46.09% from 255) = 26.65%

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

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 26.65%
G = 34.62%
B = 38.72%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7598AA (or 0x7598AA) is known color: Bali Hai. HEX triplet: 75, 98 and AA. RGB value is (117,152,170). Sum of RGB (Red+Green+Blue) = 117+152+170=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #7598AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7598AA is #8A6755. Grayscale: #8F8F8F. Windows color (decimal): -9070422 or 11180149. OLE color: 11180149.

HSL color Cylindrical-coordinate representation of color #7598AA: hue angle of 200.38º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7598AA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 152 170 -
CMYK 0.31 0.11 0 0.33
HSL 200.38º 0.24% 0.56% -
HSV(B) 200.38º 0.31% 0.67% -
XYZ 25.82 29.14 42.29 -
YUV 143.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 117 152 170 0.31 0.11 0 0.33 200.38 0.24 0.56
Hex 75 98 AA 1F B 0 21 C8 18 38
Octal 165 230 252 37 13 0 41 310 30 70
Binary 1110101 10011000 10101010 11111 1011 0 100001 11001000 11000 111000

Color Harmonies of #7598AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7598AA

Black with #7598AA

Text Example


Text Example

White with #7598AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7598AA; }

 p { color: rgb(117,152,170); }

 H1.HeaderClassName
 {
   color: #7598AA;
 }
 .AnyTagClassName
 {
   color: #7598AA;
 }
</style>

background-color css

<style>
 a { background-color: #7598AA; }

 a { background-color: rgb(117,152,170); }

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

border-color css

<style>
 span { border-color: #7598AA; }

 span { border-color: rgb(117,152,170); }

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