#7C9FAE

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

Shades of Bali Hai #7C9FAE

Tints of Bali Hai #7C9FAE

Color information

#7C9FAE (or 0x7C9FAE) is unknown color: approx Bali Hai. HEX triplet: 7C, 9F and AE. RGB value is (124,159,174). Sum of RGB (Red+Green+Blue) = 124+159+174=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C9FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9FAE is #836051. Grayscale: #969696. Windows color (decimal): -8609874 or 11444092. OLE color: 11444092.

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

Color convert

RGB124159174-
CMYK0.290.0900.32
HSL198º23.58%58.43%-
HSV(B)198º28.74%68.24%-
XYZ28.3532.1444.75-
YUV150.24141.4109.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=27.13%
G=34.79%
B=38.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241591740.290.0900.3219823.5858.43
Hex7C9FAE1D9020c6183a
Octal17423725635110403063072
Binary1111100100111111010111011101100101000001100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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