#7C9FAD

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

Shades of Bali Hai #7C9FAD

Tints of Bali Hai #7C9FAD

Color information

#7C9FAD (or 0x7C9FAD) is unknown color: approx Bali Hai. HEX triplet: 7C, 9F and AD. RGB value is (124,159,173). Sum of RGB (Red+Green+Blue) = 124+159+173=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C9FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9FAD is #836052. Grayscale: #969696. Windows color (decimal): -8609875 or 11378556. OLE color: 11378556.

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

Color convert

RGB124159173-
CMYK0.280.0800.32
HSL197.14º23%58.24%-
HSV(B)197.14º28.32%67.84%-
XYZ28.2532.144.24-
YUV150.13140.9109.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.19%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=27.19%
G=34.87%
B=37.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241591730.280.0800.32197.142358.24
Hex7C9FAD1C8020c5173a
Octal17423725534100403052772
Binary1111100100111111010110111100100001000001100010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,159,173); }

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

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

 a { background-color: rgb(124,159,173); }

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

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

 span { border-color: rgb(124,159,173); }

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