#7D97AF

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

Shades of Bali Hai #7D97AF

Tints of Bali Hai #7D97AF

Color information

#7D97AF (or 0x7D97AF) is unknown color: approx Bali Hai. HEX triplet: 7D, 97 and AF. RGB value is (125,151,175). Sum of RGB (Red+Green+Blue) = 125+151+175=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D97AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D97AF is #826850. Grayscale: #919191. Windows color (decimal): -8546385 or 11507581. OLE color: 11507581.

HSL color Cylindrical-coordinate representation of color #7D97AF: hue angle of 208.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D97AF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125151175-
CMYK0.290.1400.31
HSL208.8º23.81%58.82%-
HSV(B)208.8º28.57%68.63%-
XYZ27.2629.5944.83-
YUV145.96144.39113.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.72%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=27.72%
G=33.48%
B=38.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251511750.290.1400.31208.823.8158.82
Hex7D97AF1DE01Fd1183b
Octal17522725735160373213073
Binary111110110010111101011111110111100111111101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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