#7498AB

Color #7498AB Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7498AB

Tints of Bali Hai #7498AB

Color information

#7498AB (or 0x7498AB) is unknown color: approx 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

RGB116152171-
CMYK0.320.1100.33
HSL200.73º24.66%56.27%-
HSV(B)200.73º32.16%67.06%-
XYZ25.7829.1142.79-
YUV143.4143.57108.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161521710.320.1100.33200.7324.6656.27
Hex7498AB20B021c91938
Octal16423025340130413113170
Binary11101001001100010101011100000101101000011100100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7498AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>