Html Css Color HEX #7498AA Bali Hai

📋 copy color: '#7498AA'

red 116 ◦ green 152 ◦ blue 170

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

Shades of Bali Hai #7498AA

Tints of Bali Hai #7498AA

RGB

 RED value IS 116 (45.7% from 255) = 26.48%

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

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

R = 26.48%
G = 34.7%
B = 38.81%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7498AA (or 0x7498AA) is known color: Bali Hai. HEX triplet: 74, 98 and AA. RGB value is (116,152,170). Sum of RGB (Red+Green+Blue) = 116+152+170=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #7498AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7498AA is #8B6755. Grayscale: #8F8F8F. Windows color (decimal): -9135958 or 11180148. OLE color: 11180148.

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

Color convert

RGB 116 152 170 -
CMYK 0.32 0.11 0 0.33
HSL 200º 0.24% 0.56% -
HSV(B) 200º 0.32% 0.67% -
XYZ 25.69 29.07 42.29 -
YUV 143.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 116 152 170 0.32 0.11 0 0.33 200 0.24 0.56
Hex 74 98 AA 20 B 0 21 C8 18 38
Octal 164 230 252 40 13 0 41 310 30 70
Binary 1110100 10011000 10101010 100000 1011 0 100001 11001000 11000 111000

Color Harmonies of #7498AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498AA

Black with #7498AA

Text Example


Text Example

White with #7498AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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