#7998AF

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

Shades of Bali Hai #7998AF

Tints of Bali Hai #7998AF

Color information

#7998AF (or 0x7998AF) is unknown color: approx Bali Hai. HEX triplet: 79, 98 and AF. RGB value is (121,152,175). Sum of RGB (Red+Green+Blue) = 121+152+175=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #7998AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7998AF is #866750. Grayscale: #919191. Windows color (decimal): -8808273 or 11507833. OLE color: 11507833.

HSL color Cylindrical-coordinate representation of color #7998AF: hue angle of 205.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7998AF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121152175-
CMYK0.310.1300.31
HSL205.56º25.23%58.04%-
HSV(B)205.56º30.86%68.63%-
XYZ26.8529.6244.86-
YUV145.35144.73110.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.01%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=27.01%
G=33.93%
B=39.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211521750.310.1300.31205.5625.2358.04
Hex7998AF1FD01Fce193a
Octal17123025737150373163172
Binary111100110011000101011111111111010111111100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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