#7997AF

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

Shades of Bali Hai #7997AF

Tints of Bali Hai #7997AF

Color information

#7997AF (or 0x7997AF) is unknown color: approx Bali Hai. HEX triplet: 79, 97 and AF. RGB value is (121,151,175). Sum of RGB (Red+Green+Blue) = 121+151+175=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #7997AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7997AF is #866850. Grayscale: #909090. Windows color (decimal): -8808529 or 11507577. OLE color: 11507577.

HSL color Cylindrical-coordinate representation of color #7997AF: hue angle of 206.67º 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 #7997AF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121151175-
CMYK0.310.1400.31
HSL206.67º25.23%58.04%-
HSV(B)206.67º30.86%68.63%-
XYZ26.6929.2944.8-
YUV144.77145.06111.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.07%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=27.07%
G=33.78%
B=39.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211511750.310.1400.31206.6725.2358.04
Hex7997AF1FE01Fcf193a
Octal17122725737160373173172
Binary111100110010111101011111111111100111111100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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