#7A98A4

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

Shades of Bali Hai #7A98A4

Tints of Bali Hai #7A98A4

Color information

#7A98A4 (or 0x7A98A4) is unknown color: approx Bali Hai. HEX triplet: 7A, 98 and A4. RGB value is (122,152,164). Sum of RGB (Red+Green+Blue) = 122+152+164=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A98A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A98A4 is #85675B. Grayscale: #909090. Windows color (decimal): -8742748 or 10786938. OLE color: 10786938.

HSL color Cylindrical-coordinate representation of color #7A98A4: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A98A4 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB122152164-
CMYK0.260.0700.36
HSL197.14º18.75%56.08%-
HSV(B)197.14º25.61%64.31%-
XYZ25.9629.2739.4-
YUV144.4139.06112.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.85%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=27.85%
G=34.70%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221521640.260.0700.36197.1418.7556.08
Hex7A98A41A7024c51338
Octal1722302443270443052370
Binary111101010011000101001001101011101001001100010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A98A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A98A4; }

 p { color: rgb(122,152,164); }

 H1.HeaderClassName
 {
   color: #7A98A4;
 }
 .AnyTagClassName
 {
   color: #7A98A4;
 }
</style>
background-color css

<style>
 a { background-color: #7A98A4; }

 a { background-color: rgb(122,152,164); }

 div.DivClassName
 {
   background-color: #7A98A4;
 }
 .BgClassName
 {
   background-color: #7A98A4;
 }
</style>
border-color css

<style>
 span { border-color: #7A98A4; }

 span { border-color: rgb(122,152,164); }

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