Html Css Color HEX #7498AB Bali Hai

📋 copy color: '#7498AB'

red 116 ◦ green 152 ◦ blue 171

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

Shades of Bali Hai #7498AB

Tints of Bali Hai #7498AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 26.42%
G = 34.62%
B = 38.95%

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

#7498AB (or 0x7498AB) is known color: Bali Hai. HEX triplet: 74, 98 and AB. RGB value is (116,152,171). Sum of RGB (Red+Green+Blue) = 116+152+171=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #7498AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7498AB is #8B6754. Grayscale: #8F8F8F. Windows color (decimal): -9135957 or 11245684. OLE color: 11245684.

HSL color Cylindrical-coordinate representation of color #7498AB: hue angle of 200.73º degrees, saturation: 0.25, 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 #7498AB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 152 171 -
CMYK 0.32 0.11 0 0.33
HSL 200.73º 0.25% 0.56% -
HSV(B) 200.73º 0.32% 0.67% -
XYZ 25.78 29.11 42.79 -
YUV 143.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 116 152 171 0.32 0.11 0 0.33 200.73 0.25 0.56
Hex 74 98 AB 20 B 0 21 C9 19 38
Octal 164 230 253 40 13 0 41 311 31 70
Binary 1110100 10011000 10101011 100000 1011 0 100001 11001001 11001 111000

Color Harmonies of #7498AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7498AB

Black with #7498AB

Text Example


Text Example

White with #7498AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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