#7998A7

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

Shades of Bali Hai #7998A7

Tints of Bali Hai #7998A7

Color information

#7998A7 (or 0x7998A7) is unknown color: approx Bali Hai. HEX triplet: 79, 98 and A7. RGB value is (121,152,167). Sum of RGB (Red+Green+Blue) = 121+152+167=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 167 - color contains mainly: blue. Hex color #7998A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7998A7 is #866758. Grayscale: #909090. Windows color (decimal): -8808281 or 10983545. OLE color: 10983545.

HSL color Cylindrical-coordinate representation of color #7998A7: hue angle of 199.57º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7998A7 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB121152167-
CMYK0.280.0900.35
HSL199.57º20.72%56.47%-
HSV(B)199.57º27.54%65.49%-
XYZ26.0929.3140.84-
YUV144.44140.73111.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=27.5%
G=34.55%
B=37.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1211521670.280.0900.35199.5720.7256.47
Hex7998A71C9023c81538
Octal17123024734110433102570
Binary1111001100110001010011111100100101000111100100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7998A7; }

 p { color: rgb(121,152,167); }

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

<style>
 a { background-color: #7998A7; }

 a { background-color: rgb(121,152,167); }

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

<style>
 span { border-color: #7998A7; }

 span { border-color: rgb(121,152,167); }

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