#7C9AAC

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

Shades of Bali Hai #7C9AAC

Tints of Bali Hai #7C9AAC

Color information

#7C9AAC (or 0x7C9AAC) is unknown color: approx Bali Hai. HEX triplet: 7C, 9A and AC. RGB value is (124,154,172). Sum of RGB (Red+Green+Blue) = 124+154+172=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C9AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9AAC is #836553. Grayscale: #929292. Windows color (decimal): -8611156 or 11311740. OLE color: 11311740.

HSL color Cylindrical-coordinate representation of color #7C9AAC: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C9AAC is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124154172-
CMYK0.280.1000.33
HSL202.5º22.43%58.04%-
HSV(B)202.5º27.91%67.45%-
XYZ27.3130.3743.45-
YUV147.08142.06111.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=27.56%
G=34.22%
B=38.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241541720.280.1000.33202.522.4358.04
Hex7C9AAC1CA021ca163a
Octal17423225434120413122672
Binary1111100100110101010110011100101001000011100101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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