#7C97AF

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

Shades of Bali Hai #7C97AF

Tints of Bali Hai #7C97AF

Color information

#7C97AF (or 0x7C97AF) is unknown color: approx Bali Hai. HEX triplet: 7C, 97 and AF. RGB value is (124,151,175). Sum of RGB (Red+Green+Blue) = 124+151+175=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C97AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C97AF is #836850. Grayscale: #919191. Windows color (decimal): -8611921 or 11507580. OLE color: 11507580.

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

Color convert

RGB124151175-
CMYK0.290.1400.31
HSL208.24º24.17%58.63%-
HSV(B)208.24º29.14%68.63%-
XYZ27.1229.5144.82-
YUV145.66144.55112.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=27.56%
G=33.56%
B=38.89%

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
Decimal1241511750.290.1400.31208.2424.1758.63
Hex7C97AF1DE01Fd0183b
Octal17422725735160373203073
Binary111110010010111101011111110111100111111101000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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