#7C9AAE

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

Shades of Bali Hai #7C9AAE

Tints of Bali Hai #7C9AAE

Color information

#7C9AAE (or 0x7C9AAE) is unknown color: approx Bali Hai. HEX triplet: 7C, 9A and AE. RGB value is (124,154,174). Sum of RGB (Red+Green+Blue) = 124+154+174=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C9AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9AAE is #836551. Grayscale: #939393. Windows color (decimal): -8611154 or 11442812. OLE color: 11442812.

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

Color convert

RGB124154174-
CMYK0.290.1100.32
HSL204º23.58%58.43%-
HSV(B)204º28.74%68.24%-
XYZ27.5130.4544.47-
YUV147.31143.06111.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.43%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=27.43%
G=34.07%
B=38.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241541740.290.1100.3220423.5858.43
Hex7C9AAE1DB020cc183a
Octal17423225635130403143072
Binary1111100100110101010111011101101101000001100110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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