#7C9CAE

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

Shades of Bali Hai #7C9CAE

Tints of Bali Hai #7C9CAE

Color information

#7C9CAE (or 0x7C9CAE) is unknown color: approx Bali Hai. HEX triplet: 7C, 9C and AE. RGB value is (124,156,174). Sum of RGB (Red+Green+Blue) = 124+156+174=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C9CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9CAE is #836351. Grayscale: #949494. Windows color (decimal): -8610642 or 11443324. OLE color: 11443324.

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

Color convert

RGB124156174-
CMYK0.290.1000.32
HSL201.6º23.58%58.43%-
HSV(B)201.6º28.74%68.24%-
XYZ27.8431.1244.58-
YUV148.48142.4110.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.31%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=27.31%
G=34.36%
B=38.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241561740.290.1000.32201.623.5858.43
Hex7C9CAE1DA020ca183a
Octal17423425635120403123072
Binary1111100100111001010111011101101001000001100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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