#7898A4

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

Shades of Bali Hai #7898A4

Tints of Bali Hai #7898A4

Color information

#7898A4 (or 0x7898A4) is unknown color: approx Bali Hai. HEX triplet: 78, 98 and A4. RGB value is (120,152,164). Sum of RGB (Red+Green+Blue) = 120+152+164=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #7898A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7898A4 is #87675B. Grayscale: #8F8F8F. Windows color (decimal): -8873820 or 10786936. OLE color: 10786936.

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

Color convert

RGB120152164-
CMYK0.270.0700.36
HSL196.36º19.47%55.69%-
HSV(B)196.36º26.83%64.31%-
XYZ25.6729.1339.39-
YUV143.8139.4111.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=27.52%
G=34.86%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201521640.270.0700.36196.3619.4755.69
Hex7898A41B7024c41338
Octal1702302443370443042370
Binary111100010011000101001001101111101001001100010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7898A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7898A4; }

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

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

<style>
 a { background-color: #7898A4; }

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

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

<style>
 span { border-color: #7898A4; }

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

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