#7C97AE

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

Shades of Bali Hai #7C97AE

Tints of Bali Hai #7C97AE

Color information

#7C97AE (or 0x7C97AE) is unknown color: approx Bali Hai. HEX triplet: 7C, 97 and AE. RGB value is (124,151,174). Sum of RGB (Red+Green+Blue) = 124+151+174=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C97AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C97AE is #836851. Grayscale: #919191. Windows color (decimal): -8611922 or 11442044. OLE color: 11442044.

HSL color Cylindrical-coordinate representation of color #7C97AE: hue angle of 207.6º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C97AE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124151174-
CMYK0.290.1300.32
HSL207.6º23.58%58.43%-
HSV(B)207.6º28.74%68.24%-
XYZ27.0229.4744.31-
YUV145.55144.05112.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=27.62%
G=33.63%
B=38.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241511740.290.1300.32207.623.5858.43
Hex7C97AE1DD020d0183a
Octal17422725635150403203072
Binary1111100100101111010111011101110101000001101000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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